class Aws::SES::Types::DeleteConfigurationSetEventDestinationRequest

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html

@note When making an API call, you may pass DeleteConfigurationSetEventDestinationRequest

data as a hash:

    {
      configuration_set_name: "ConfigurationSetName", # required
      event_destination_name: "EventDestinationName", # required
    }

@!attribute [rw] configuration_set_name

The name of the configuration set from which to delete the event
destination.
@return [String]

@!attribute [rw] event_destination_name

The name of the event destination to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteConfigurationSetEventDestinationRequest AWS API Documentation

Constants

SENSITIVE