public_type_versions
Retrieves a list of public_type_versions
in a region
Overview
Name | public_type_versions |
Type | Resource |
Description | public_type_versions |
Id | awscc.cloudformation.public_type_versions |
Fields
Name | Datatype | Description |
---|---|---|
public_type_arn | string | The Amazon Resource Number (ARN) assigned to the public extension upon publication |
region | string | AWS 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