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

.NET
Go
Java
Python
TypeScript