Class: Aws::SESV2::Types::EventBridgeDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_bus_arnString

The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.

Returns:

  • (String)


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