interface TopicInlinePolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SNS.TopicInlinePolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssns#TopicInlinePolicyReference |
Java | software.amazon.awscdk.services.sns.TopicInlinePolicyReference |
Python | aws_cdk.aws_sns.TopicInlinePolicyReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript