Module SSMContacts.ContactChannel

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html

type properties = {
  1. channel_name : string;
  2. channel_address : string;
  3. contact_id : string;
  4. channel_type : string;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string