AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::EmailIdentity

SES EmailIdentity

Resource Type definition for AWS::SES::EmailIdentity

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
EmailIdentity
string
RequiredCreate-only
ConfigurationSetAttributes
ConfigurationSetAttributes
DkimAttributes
DkimAttributes
DkimSigningAttributes
DkimSigningAttributes
FeedbackAttributes
FeedbackAttributes
MailFromAttributes
MailFromAttributes
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DkimDNSTokenName1string-
DkimDNSTokenName2string-
DkimDNSTokenName3string-
DkimDNSTokenValue1string-
DkimDNSTokenValue2string-
DkimDNSTokenValue3string-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::EmailIdentity

Resources:
  MyResource:
    Type: AWS::SES::EmailIdentity
    Properties:
      EmailIdentity: "my-emailidentity"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:CreateEmailIdentityses:PutEmailIdentityMailFromAttributesses:PutEmailIdentityFeedbackAttributesses:PutEmailIdentityDkimAttributesses:GetEmailIdentityses:TagResourceses:UntagResource

read

ses:GetEmailIdentity

update

ses:PutEmailIdentityMailFromAttributesses:PutEmailIdentityFeedbackAttributesses:PutEmailIdentityConfigurationSetAttributesses:PutEmailIdentityDkimSigningAttributesses:PutEmailIdentityDkimAttributesses:GetEmailIdentityses:TagResourceses:UntagResource

delete

ses:DeleteEmailIdentity

list

ses:ListEmailIdentities

Get the SES Cheat Sheet

Everything you need to know about SES on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceSES
Properties13
Required1
TaggingSupported
Primary IDEmailIdentity

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EmailIdentity

External Links