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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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)


2203
2204
2205
2206
2207
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2203

class EventBridgeDestination < Struct.new(
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end