Class: Aws::SES::Types::CreateConfigurationSetEventDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb

Overview

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set that the event destination should be associated with.

Returns:

  • (String)


588
589
590
591
592
593
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 588

class CreateConfigurationSetEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end

#event_destinationTypes::EventDestination

An object that describes the Amazon Web Services service that email sending event where information is published.



588
589
590
591
592
593
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 588

class CreateConfigurationSetEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end