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.
2211 2212 2213 2214 2215 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2211 class EventBridgeDestination < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |