Class: Aws::SESV2::Types::EventBridgeDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::EventBridgeDestination
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
An object that defines an Amazon EventBridge destination for email events. You can use Amazon EventBridge to send notifications when certain email events occur.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_bus_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to.
 
Instance Attribute Details
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.
      2203 2204 2205 2206 2207  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 2203 class EventBridgeDestination < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end  |