interface ISubscriptionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SNS.ISubscriptionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssns#ISubscriptionRef |
Java | software.amazon.awscdk.services.sns.ISubscriptionRef |
Python | aws_cdk.aws_sns.ISubscriptionRef |
TypeScript | aws-cdk-lib » aws_sns » ISubscriptionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Subscription.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| subscription | Subscription | A reference to a Subscription resource. |
node
Type:
Node
The tree node.
subscriptionRef
Type:
Subscription
A reference to a Subscription resource.

.NET
Go
Java
Python
TypeScript