Skip to main content

resource_versions_list_only

Lists resource_versions in a region or regions, for all properties use resource_versions

Overview

Nameresource_versions_list_only
TypeResource
DescriptionA resource that has been registered in the CloudFormation Registry.
Idaws.cloudformation.resource_versions_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all resource_versions in a region.

SELECT
region,
arn
FROM aws.cloudformation.resource_versions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resource_versions_list_only resource, see resource_versions