interface PublicTypeVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.PublicTypeVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#PublicTypeVersionReference |
![]() | software.amazon.awscdk.PublicTypeVersionReference |
![]() | aws_cdk.PublicTypeVersionReference |
![]() | 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.