Interface CfnConfigurationSetEventDestination.IEventBridgeDestinationProperty
An object that defines an Amazon EventBridge destination for email events.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSetEventDestination.IEventBridgeDestinationProperty
Syntax (vb)
Public Interface CfnConfigurationSetEventDestination.IEventBridgeDestinationProperty
Remarks
You can use Amazon EventBridge to send notifications when certain email events occur.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var eventBridgeDestinationProperty = new EventBridgeDestinationProperty {
EventBusArn = "eventBusArn"
};
Synopsis
Properties
EventBusArn | The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. |
Properties
EventBusArn
The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to.
string EventBusArn { get; }