RefactorSpaces.Route
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-route.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and uri_path_route_input = {
source_path : string option;
append_source_path : bool option;
activation_state : string;
methods : string list option;
include_child_paths : bool option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-route-uripathrouteinput.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-route-defaultrouteinput.html
type properties = {
uri_path_route : uri_path_route_input option;
environment_identifier : string;
route_type : string;
default_route : default_route_input option;
service_identifier : string;
application_identifier : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-route.html;
val make_properties :
?uri_path_route:uri_path_route_input ->
environment_identifier:string ->
route_type:string ->
?default_route:default_route_input ->
service_identifier:string ->
application_identifier:string ->
?tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_uri_path_route_input :
?source_path:string ->
?append_source_path:bool ->
activation_state:string ->
?methods:string list ->
?include_child_paths:bool ->
unit ->
uri_path_route_input
val make_default_route_input :
activation_state:string ->
unit ->
default_route_input
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_uri_path_route_input :
uri_path_route_input ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_default_route_input :
default_route_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