PinpointEmail.Identity
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-tags.html
type properties = {
feedback_forwarding_enabled : bool option;
dkim_signing_enabled : bool option;
name : string;
mail_from_attributes : mail_from_attributes option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html;
val make_properties :
?feedback_forwarding_enabled:bool ->
?dkim_signing_enabled:bool ->
?tags:tags list ->
name:string ->
?mail_from_attributes:mail_from_attributes ->
unit ->
properties
val make_mail_from_attributes :
?mail_from_domain:string ->
?behavior_on_mx_failure:string ->
unit ->
mail_from_attributes
val make_tags : ?value:string -> ?key:string -> unit -> tags
val yojson_of_mail_from_attributes :
mail_from_attributes ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tags : tags -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes