PublicTypeVersionReference

class aws_cdk.interfaces.aws_cloudformation.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.
from aws_cdk.interfaces import aws_cloudformation as interfaces_cloudformation

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

Attributes

public_type_arn

The PublicTypeArn of the PublicTypeVersion resource.