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
| Name | Description |
|---|---|
AEmailIdentity | Specify the email address or domain to associate with a configuration set. |
AConfigurationSetName | Specify the configuration set to associate with the email identity. |