Class: Aws::PinpointEmail::Types::CreateConfigurationSetEventDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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 that you want to add an event destination to.

Returns:

  • (String)


192
193
194
195
196
197
198
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 192

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.



192
193
194
195
196
197
198
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 192

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)


192
193
194
195
196
197
198
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 192

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