Skip to main content

ISESV2PutEmailIdentityConfigurationSetAttributesRequest

Interface in AWS.SESV2

Interface for PutEmailIdentityConfigurationSetAttributes requests.

Ancestors

Properties

EmailIdentity

property EmailIdentity: string

The email address or domain to associate with a configuration set.

This can be either a verified email address or a verified domain that you want to associate with the specified configuration set. The identity must be verified in your Amazon SES account before association. When an email identity is associated with a configuration set, all emails sent from that identity will use the settings defined in the configuration set unless overridden at send time. The email identity must be at least 1 character in length and can be either a single email address (e.g., user@example.com) or a domain (e.g., example.com).

ConfigurationSetName

property ConfigurationSetName: string

The configuration set to associate with the email identity.

This configuration set will be applied as the default for all emails sent from the specified email identity, providing settings such as delivery options, reputation tracking, event publishing, and suppression preferences. The configuration set must already exist in your Amazon SES account before associating it with an email identity. If not specified, the association between the identity and any existing configuration set will be removed. Configuration sets allow you to apply consistent sending policies and track metrics across multiple email identities or campaigns.