interface IPublicTypeVersionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IPublicTypeVersionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IPublicTypeVersionRef |
Java | software.amazon.awscdk.IPublicTypeVersionRef |
Python | aws_cdk.IPublicTypeVersionRef |
TypeScript | aws-cdk-lib » IPublicTypeVersionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a PublicTypeVersion.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| public | Public | A reference to a PublicTypeVersion resource. |
node
Type:
Node
The tree node.
publicTypeVersionRef
Type:
Public
A reference to a PublicTypeVersion resource.

.NET
Go
Java
Python
TypeScript