ISESV2CreateEmailIdentityRequest
Interface in AWS.SESV2
Interface for CreateEmailIdentity requests.
Ancestors
Properties
ConfigurationSetName
property ConfigurationSetName: string
The name of the configuration set to associate with the email identity.
Configuration sets allow you to publish email sending events, apply reputation tracking settings, and configure delivery options. If not specified, the identity uses the default settings.
DkimSigningAttributes
property DkimSigningAttributes: ISESV2DkimSigningAttributes
Type: ISESV2DkimSigningAttributes
The DKIM signing attributes to configure for the email identity.
DKIM (DomainKeys Identified Mail) adds a digital signature to your emails to help prevent spoofing and improve deliverability. This setting is only applicable for domain identities. Supported signing methods:
AWS_SES– Use SES-managed DKIM keys (Easy DKIM).EXTERNAL– Use your own DKIM keys (Bring Your Own DKIM).
EmailIdentity
property EmailIdentity: string
The email address or domain to verify as an identity.
For email addresses, specify the complete address (e.g., user@example.com). For domains, specify only the domain name (e.g., example.com).
Tags
property Tags: IAWSTags
A list of tags to associate with the email identity.
Tags are key-value pairs that help you categorize and manage your AWS resources. You can use tags for billing, access control, and resource organization. Each tag consists of a required tag key and an optional tag value. Tag keys must be unique for each identity and can contain up to 128 characters. Tag values can contain up to 256 characters.