resource_versions
Retrieves a list of resource_versions
in a region
Overview
Name | resource_versions |
Type | Resource |
Description | resource_versions |
Id | awscc.cloudformation.resource_versions |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the type, here the ResourceVersion. This is used to uniquely identify a ResourceVersion resource |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.cloudformation.resource_versions
WHERE region = 'us-east-1'
Permissions
To operate on the resource_versions
resource, the following permissions are required:
Create
cloudformation:DescribeTypeRegistration,
cloudformation:RegisterType,
iam:PassRole,
s3:GetObject,
s3:ListBucket,
kms:Decrypt,
cloudformation:ListTypeVersions,
cloudformation:DeregisterType,
cloudformation:DescribeType
List
cloudformation:ListTypes