interface TopicInlinePolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SNS.TopicInlinePolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssns#TopicInlinePolicyReference |
![]() | software.amazon.awscdk.services.sns.TopicInlinePolicyReference |
![]() | aws_cdk.aws_sns.TopicInlinePolicyReference |
![]() | aws-cdk-lib » aws_sns » TopicInlinePolicyReference |
A reference to a TopicInlinePolicy 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 topicInlinePolicyReference: sns.TopicInlinePolicyReference = {
topicArn: 'topicArn',
};
Properties
Name | Type | Description |
---|---|---|
topic | string | The TopicArn of the TopicInlinePolicy resource. |
topicArn
Type:
string
The TopicArn of the TopicInlinePolicy resource.