Show / Hide Table of Contents

Interface CfnConfigurationSetEventDestination.ISnsDestinationProperty

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

Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSetEventDestination.ISnsDestinationProperty
Syntax (vb)
Public Interface CfnConfigurationSetEventDestination.ISnsDestinationProperty
Remarks

You can use Amazon SNS to send notification when certain email events occur.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-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.PinpointEmail;

             var snsDestinationProperty = new SnsDestinationProperty {
                 TopicArn = "topicArn"
             };

Synopsis

Properties

TopicArn

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.

Properties

TopicArn

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.

string TopicArn { get; }
Property Value

string

Remarks

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

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

Back to top Generated by DocFX