Show / Hide Table of Contents

Class CfnConfigurationSetEventDestination.EventBridgeDestinationProperty

An object that defines an Amazon EventBridge destination for email events.

Inheritance
object
CfnConfigurationSetEventDestination.EventBridgeDestinationProperty
Implements
CfnConfigurationSetEventDestination.IEventBridgeDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

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.

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"
             };

Properties

EventBusArn

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

public string EventBusArn { get; set; }
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

Implements

CfnConfigurationSetEventDestination.IEventBridgeDestinationProperty
Back to top Generated by DocFX