TSESV2CreateConfigurationSetEventDestinationRequest
Class in AWS.SESV2
CreateConfigurationSetEventDestination request class.
Ancestors
Properties
ConfigurationSetName
property ConfigurationSetName: string
EventDestination
property EventDestination: ISESV2EventDestinationDefinition
Type: ISESV2EventDestinationDefinition
EventDestinationName
property EventDestinationName: string
Constructors
Create
constructor Create(const AConfigurationSetName, AEventDestinationName: string);
Constructor for TSESV2CreateConfigurationSetEventDestinationRequest.
Parameters
| Name | Description |
|---|---|
AConfigurationSetName | The configuration set name. |
AEventDestinationName | A name for the event destination. |