interface SnsDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_smsvoice.CfnConfigurationSet.SnsDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#CfnConfigurationSet_SnsDestinationProperty |
![]() | software.amazon.awscdk.services.smsvoice.CfnConfigurationSet.SnsDestinationProperty |
![]() | aws_cdk.aws_smsvoice.CfnConfigurationSet.SnsDestinationProperty |
![]() | aws-cdk-lib » aws_smsvoice » CfnConfigurationSet » SnsDestinationProperty |
An object that defines an Amazon SNS destination for events.
You can use Amazon SNS to send notification when certain events occur.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_smsvoice as smsvoice } from 'aws-cdk-lib';
const snsDestinationProperty: smsvoice.CfnConfigurationSet.SnsDestinationProperty = {
topicArn: 'topicArn',
};
Properties
Name | Type | Description |
---|---|---|
topic | string | The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to. |
topicArn
Type:
string
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.