interface PublicTypeVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.PublicTypeVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2#PublicTypeVersionReference |
Java | software.amazon.awscdk.PublicTypeVersionReference |
Python | aws_cdk.PublicTypeVersionReference |
TypeScript | aws-cdk-lib » PublicTypeVersionReference |
A reference to a PublicTypeVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const publicTypeVersionReference: cdk.PublicTypeVersionReference = {
publicTypeArn: 'publicTypeArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| public | string | The PublicTypeArn of the PublicTypeVersion resource. |
publicTypeArn
Type:
string
The PublicTypeArn of the PublicTypeVersion resource.

.NET
Go
Java
Python
TypeScript