Skip to main content

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

NameDescription
AConfigurationSetNameSpecify the name of the configuration set that contains the event destination to modify.
AEventDestinationNameSpecify the name of the event destination.

constructor Create(const AConfigurationSetName, AEventDestinationName: string; const AEventDestination: ISESV2EventDestinationDefinition); overload;

ISESV2EventDestinationDefinition

Constructor for TSESV2UpdateConfigurationSetEventDestinationRequest.

Parameters

NameDescription
AConfigurationSetNameSpecify the name of the configuration set that contains the event destination to modify.
AEventDestinationNameSpecify the name of the event destination.
AEventDestinationSpecify the definition of the event destination.