Class: Aws::SESV2::Types::CreateConfigurationSetEventDestinationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::CreateConfigurationSetEventDestinationRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set .
 - 
  
    
      #event_destination  ⇒ Types::EventDestinationDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that defines the event destination.
 - 
  
    
      #event_destination_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A name that identifies the event destination within the configuration set.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set .
      679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 679 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines the event destination.
      679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 679 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destination_name ⇒ String
A name that identifies the event destination within the configuration set.
      679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 679 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end  |