Class: Aws::SES::Types::CreateConfigurationSetEventDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CreateConfigurationSetEventDestinationRequest
- Includes:
- Aws::Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set that the event destination should be associated with.
-
#event_destination ⇒ Types::EventDestination
An object that describes the Amazon Web Services service that email sending event where information is published.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that the event destination should be associated with.
588 589 590 591 592 593 |
# File 'lib/aws-sdk-ses/types.rb', line 588 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::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 'lib/aws-sdk-ses/types.rb', line 588 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |