aws-cdk-lib.aws_pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty

interface SnsDestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.SnsDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnConfigurationSetEventDestination_SnsDestinationProperty
Javasoftware.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty
Pythonaws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty
TypeScript aws-cdk-lib » 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 { aws_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const snsDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.SnsDestinationProperty = {
  topicArn: 'topicArn',
};

Properties

NameTypeDescription
topicArnstringThe 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 .