RefactorSpaces.Application
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-application.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-application-apigatewayproxyinput.html
type properties = {
environment_identifier : string;
vpc_id : string;
api_gateway_proxy : api_gateway_proxy_input option;
proxy_type : string;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-application.html;
val make_properties :
environment_identifier:string ->
vpc_id:string ->
?api_gateway_proxy:api_gateway_proxy_input ->
proxy_type:string ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_api_gateway_proxy_input :
?stage_name:string ->
?endpoint_type:string ->
unit ->
api_gateway_proxy_input
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_api_gateway_proxy_input :
api_gateway_proxy_input ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes