Skip to main content

TSESV2PutEmailIdentityConfigurationSetAttributesRequest

Class in AWS.SESV2

PutEmailIdentityConfigurationSetAttributes request class.

Ancestors

Properties

EmailIdentity

property EmailIdentity: string

ConfigurationSetName

property ConfigurationSetName: string

Constructors

Create

constructor Create(const AEmailIdentity: string; const AConfigurationSetName: string = '');

Constructor for TSESV2PutEmailIdentityConfigurationSetAttributesRequest.

Parameters

NameDescription
AEmailIdentitySpecify the email address or domain to associate with a configuration set.
AConfigurationSetNameSpecify the configuration set to associate with the email identity.