Pinpoint.EmailChannel
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html
type properties = {
configuration_set : string option;
from_address : string;
enabled : bool option;
application_id : string;
identity : string;
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 ]
val create_attributes : string -> attributes