class Aws::CloudFormation::Types::TypeVersionSummary

Contains summary information about a specific version of a CloudFormation extension.

@!attribute [rw] type

The kind of extension.
@return [String]

@!attribute [rw] type_name

The name of the extension.
@return [String]

@!attribute [rw] version_id

The ID of a specific version of the extension. The version ID is the
value at the end of the Amazon Resource Name (ARN) assigned to the
extension version when it's registered.
@return [String]

@!attribute [rw] is_default_version

Whether the specified extension version is set as the default
version.

This applies only to private extensions you have registered in your
account, and extensions published by Amazon. For public third-party
extensions, CloudFormation returns `null`.
@return [Boolean]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the extension version.
@return [String]

@!attribute [rw] time_created

When the version was registered.
@return [Time]

@!attribute [rw] description

The description of the extension version.
@return [String]

@!attribute [rw] public_version_number

For public extensions that have been activated for this account and
region, the version of the public extension to be used for
CloudFormation operations in this account and region. For any
extensions other than activated third-arty extensions,
CloudFormation returns `null`.

How you specified `AutoUpdate` when enabling the extension affects
whether CloudFormation automatically updates the extension in this
account and region when a new version is released. For more
information, see [Setting CloudFormation to automatically use new
versions of extensions][1] in the *CloudFormation User Guide*.

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/TypeVersionSummary AWS API Documentation

Constants

SENSITIVE