PublicTypeVersionReference

class aws_cdk.PublicTypeVersionReference(*, public_type_arn)

Bases: object

A reference to a PublicTypeVersion resource.

Parameters:

public_type_arn (str) – The PublicTypeArn of the PublicTypeVersion resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk as cdk

public_type_version_reference = cdk.PublicTypeVersionReference(
    public_type_arn="publicTypeArn"
)

Attributes

public_type_arn

The PublicTypeArn of the PublicTypeVersion resource.