interface SnsDestinationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.SnsDestinationProperty |
Java | software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty |
Python | aws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty |
TypeScript | @aws-cdk/aws-pinpointemail » CfnConfigurationSetEventDestination » SnsDestinationProperty |
An object that defines an Amazon SNS destination for email events.
You can use Amazon SNS to send notification when certain email events occur.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as pinpointemail from '@aws-cdk/aws-pinpointemail';
const snsDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty = {
topicArn: 'topicArn',
};
Properties
Name | Type | Description |
---|---|---|
topic | string | The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. |
topicArn
Type:
string
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .