interface PublicTypeVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.PublicTypeVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#PublicTypeVersionReference |
![]() | software.amazon.awscdk.services.cloudformation.PublicTypeVersionReference |
![]() | aws_cdk.aws_cloudformation.PublicTypeVersionReference |
![]() | aws-cdk-lib » aws_cloudformation » 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 { aws_cloudformation as cloudformation } from 'aws-cdk-lib';
const publicTypeVersionReference: cloudformation.PublicTypeVersionReference = {
publicTypeArn: 'publicTypeArn',
};
Properties
Name | Type | Description |
---|---|---|
public | string | The PublicTypeArn of the PublicTypeVersion resource. |
publicTypeArn
Type:
string
The PublicTypeArn of the PublicTypeVersion resource.