interface TopicReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SNS.TopicReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssns#TopicReference |
![]() | software.amazon.awscdk.services.sns.TopicReference |
![]() | aws_cdk.aws_sns.TopicReference |
![]() | aws-cdk-lib » aws_sns » TopicReference |
A reference to a Topic resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sns as sns } from 'aws-cdk-lib';
const topicReference: sns.TopicReference = {
topicArn: 'topicArn',
};
Properties
Name | Type | Description |
---|---|---|
topic | string | The TopicArn of the Topic resource. |
topicArn
Type:
string
The TopicArn of the Topic resource.