Show / Hide Table of Contents

Class CfnConfigurationSetEventDestination.SnsDestinationProperty

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Inheritance
object
CfnConfigurationSetEventDestination.SnsDestinationProperty
Implements
CfnConfigurationSetEventDestination.ISnsDestinationProperty
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.SnsDestinationProperty : CfnConfigurationSetEventDestination.ISnsDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestination.SnsDestinationProperty Implements CfnConfigurationSetEventDestination.ISnsDestinationProperty
Remarks

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-snsdestination.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 snsDestinationProperty = new SnsDestinationProperty {
                 TopicArn = "topicArn"
             };

Synopsis

Constructors

SnsDestinationProperty()

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Properties

TopicArn

The ARN of the Amazon SNS topic for email sending events.

Constructors

SnsDestinationProperty()

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

public SnsDestinationProperty()
Remarks

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-snsdestination.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 snsDestinationProperty = new SnsDestinationProperty {
                 TopicArn = "topicArn"
             };

Properties

TopicArn

The ARN of the Amazon SNS topic for email sending events.

public string TopicArn { get; set; }
Property Value

string

Remarks

You can find the ARN of a topic by using the ListTopics Amazon SNS operation.

For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .

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

Implements

CfnConfigurationSetEventDestination.ISnsDestinationProperty
Back to top Generated by DocFX