Skip to main content

public_type_versions

Retrieves a list of public_type_versions in a region

Overview

Namepublic_type_versions
TypeResource
Descriptionpublic_type_versions
Idawscc.cloudformation.public_type_versions

Fields

NameDatatypeDescription
public_type_arnstringThe Amazon Resource Number (ARN) assigned to the public extension upon publication
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
public_type_arn
FROM awscc.cloudformation.public_type_versions
WHERE region = 'us-east-1'

Permissions

To operate on the public_type_versions resource, the following permissions are required:

Create

cloudformation:TestType,
cloudformation:DescribeType,
cloudformation:PublishType,
cloudformation:DescribePublisher,
s3:GetObject,
s3:PutObject

List

cloudformation:ListTypes