Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventbridgedestination.html

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; }
Property Value

string

Remarks

Only the default bus is supported.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventbridgedestination.html#cfn-ses-configurationseteventdestination-eventbridgedestination-eventbusarn

Back to top Generated by DocFX