Skip to main content

resource_versions

Retrieves a list of resource_versions in a region

Overview

Nameresource_versions
TypeResource
Descriptionresource_versions
Idawscc.cloudformation.resource_versions

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the type, here the ResourceVersion. This is used to uniquely identify a ResourceVersion resource
regionstringAWS 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