Class: Aws::SESV2::Types::CreateConfigurationSetEventDestinationRequest

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

Overview

A request to add an event destination to a configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set .

Returns:

  • (String)


655
656
657
658
659
660
661
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 655

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

#event_destinationTypes::EventDestinationDefinition

An object that defines the event destination.



655
656
657
658
659
660
661
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 655

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

#event_destination_nameString

A name that identifies the event destination within the configuration set.

Returns:

  • (String)


655
656
657
658
659
660
661
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 655

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