SSMContacts.ContactChannel
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html
type properties = {
channel_name : string;
channel_address : string;
contact_id : string;
channel_type : string;
defer_activation : bool option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html;
val make_properties :
channel_name:string ->
channel_address:string ->
contact_id:string ->
channel_type:string ->
?defer_activation:bool ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes