Show / Hide Table of Contents

Class CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty

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

Inheritance
object
CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty
Implements
CfnConfigurationSetEventDestinationPropsMixin.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.Mixins.Preview.AWS.PinpointEmail.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty : CfnConfigurationSetEventDestinationPropsMixin.ISnsDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty Implements CfnConfigurationSetEventDestinationPropsMixin.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.Mixins.Preview.AWS.PinpointEmail.Mixins;

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

Synopsis

Constructors

SnsDestinationProperty()

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

Properties

TopicArn

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

Constructors

SnsDestinationProperty()

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

public SnsDestinationProperty()
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.Mixins.Preview.AWS.PinpointEmail.Mixins;

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

Properties

TopicArn

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

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

Implements

CfnConfigurationSetEventDestinationPropsMixin.ISnsDestinationProperty
Back to top Generated by DocFX