ConfigurationSetEventDestinationEventBridgeDestinationArgs

data class ConfigurationSetEventDestinationEventBridgeDestinationArgs(val eventBusArn: Output<String>) : ConvertibleToJava<ConfigurationSetEventDestinationEventBridgeDestinationArgs>

An object that contains Event bus ARN associated with the event bridge destination.

Constructors

constructor(eventBusArn: Output<String>)

Properties

Link copied to clipboard
val eventBusArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationSetEventDestinationEventBridgeDestinationArgs