Interface CfnConfigurationSetEventDestination.EventBridgeDestinationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSetEventDestination.EventBridgeDestinationProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSetEventDestination

@Stability(Stable) public static interface CfnConfigurationSetEventDestination.EventBridgeDestinationProperty extends software.amazon.jsii.JsiiSerializable
An object that defines an Amazon EventBridge destination for email events.

You can use Amazon EventBridge to send notifications when certain email events occur.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ses.*;
 EventBridgeDestinationProperty eventBridgeDestinationProperty = EventBridgeDestinationProperty.builder()
         .eventBusArn("eventBusArn")
         .build();
 

See Also: