Class CfnConfigurationSetEventDestination.EventBridgeDestinationProperty
An object that defines an Amazon EventBridge destination for email events.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSetEventDestination.EventBridgeDestinationProperty : CfnConfigurationSetEventDestination.IEventBridgeDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestination.EventBridgeDestinationProperty Implements 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
Constructors
EventBridgeDestinationProperty() | An object that defines an Amazon EventBridge destination for email events. |
Properties
EventBusArn | The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. |
Constructors
EventBridgeDestinationProperty()
An object that defines an Amazon EventBridge destination for email events.
public EventBridgeDestinationProperty()
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"
};
Properties
EventBusArn
The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to.
public string EventBusArn { get; set; }