WorkSpacesThinClient.Environment
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesthinclient-environment.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and maintenance_window = {
end_time_minute : int option;
type_ : string;
days_of_the_week : string list option;
apply_time_of : string option;
start_time_minute : int option;
start_time_hour : int option;
end_time_hour : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesthinclient-environment-maintenancewindow.html
type properties = {
desired_software_set_id : string option;
kms_key_arn : string option;
desktop_arn : string;
software_set_update_mode : string option;
software_set_update_schedule : string option;
maintenance_window : maintenance_window option;
desktop_endpoint : string option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesthinclient-environment.html;
val make_properties :
?desired_software_set_id:string ->
?kms_key_arn:string ->
desktop_arn:string ->
?software_set_update_mode:string ->
?software_set_update_schedule:string ->
?maintenance_window:maintenance_window ->
?desktop_endpoint:string ->
?tags:tag list ->
?name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_maintenance_window :
?end_time_minute:int ->
type_:string ->
?days_of_the_week:string list ->
?apply_time_of:string ->
?start_time_minute:int ->
?start_time_hour:int ->
?end_time_hour:int ->
unit ->
maintenance_window
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_maintenance_window :
maintenance_window ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes