Module Pinpoint.EmailChannel

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html

type properties = {
  1. configuration_set : string option;
  2. from_address : string;
  3. enabled : bool option;
  4. application_id : string;
  5. identity : string;
  6. role_arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html;

val make_properties : ?configuration_set:string -> from_address:string -> ?enabled:bool -> application_id:string -> identity:string -> ?role_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string