TSESV2UpdateConfigurationSetEventDestinationRequest
Class in AWS.SESV2
UpdateConfigurationSetEventDestination request class.
Ancestors
Properties
ConfigurationSetName
property ConfigurationSetName: string
EventDestinationName
property EventDestinationName: string
EventDestination
property EventDestination: ISESV2EventDestinationDefinition
Type: ISESV2EventDestinationDefinition
Constructors
Create
constructor Create(const AConfigurationSetName, AEventDestinationName: string); overload;
Constructor for TSESV2UpdateConfigurationSetEventDestinationRequest.
Parameters
| Name | Description |
|---|---|
AConfigurationSetName | Specify the name of the configuration set that contains the event destination to modify. |
AEventDestinationName | Specify the name of the event destination. |
constructor Create(const AConfigurationSetName, AEventDestinationName: string; const AEventDestination: ISESV2EventDestinationDefinition); overload;
ISESV2EventDestinationDefinition
Constructor for TSESV2UpdateConfigurationSetEventDestinationRequest.
Parameters
| Name | Description |
|---|---|
AConfigurationSetName | Specify the name of the configuration set that contains the event destination to modify. |
AEventDestinationName | Specify the name of the event destination. |
AEventDestination | Specify the definition of the event destination. |