This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SES::EmailIdentityCertificate
The AWS::SES::EmailIdentityCertificate resource Property description not available. for SES.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SES::EmailIdentityCertificate", "Properties" : { "CertificateArn" :String, "EmailIdentity" :String, "FromAddress" :String} }
YAML
Type: AWS::SES::EmailIdentityCertificate Properties: CertificateArn:StringEmailIdentity:StringFromAddress:String
Properties
CertificateArn-
The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate to associate with the email identity.
Required: Yes
Type: String
Pattern:
^arn:aws[a-z0-9-]*:acm:[a-z0-9-]+:\d{12}:certificate/[^\s]+$Minimum:
20Maximum:
2048Update requires: Replacement
EmailIdentity-
The email identity, either an email address or a domain, to associate the certificate with.
Required: Yes
Type: String
Minimum:
1Maximum:
320Update requires: Replacement
FromAddress-
The email address that the certificate applies to. This value is required when the email identity is a domain, and the address must belong to that domain or one of its subdomains. When the email identity is an email address, this value is optional. If you specify it, it must exactly match the email identity.
Required: Yes
Type: String
Minimum:
1Maximum:
320Update requires: Replacement