AWSSESUpdateConfigurationSetEventDestinationRequest

Objective-C

@interface AWSSESUpdateConfigurationSetEventDestinationRequest

Swift

class AWSSESUpdateConfigurationSetEventDestinationRequest

Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Required parameters: [ConfigurationSetName, EventDestination]

  • The name of the configuration set that contains the event destination.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable configurationSetName;

    Swift

    var configurationSetName: String? { get set }
  • The event destination object.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSSESEventDestination *_Nullable eventDestination;

    Swift

    var eventDestination: AWSSESEventDestination? { get set }