SSM.MaintenanceWindowTarget
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtarget-targets.html
type properties = {
owner_information : string option;
description : string option;
window_id : string;
resource_type : string;
targets : targets list;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html;
val make_properties :
?owner_information:string ->
?description:string ->
window_id:string ->
resource_type:string ->
targets:targets list ->
?name:string ->
unit ->
properties
val make_targets : values:string list -> key:string -> unit -> targets
val yojson_of_targets : targets -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes