resource_default_versions_list_only
Lists resource_default_versions
in a region or regions, for all properties use resource_default_versions
Overview
Name | resource_default_versions_list_only |
Type | Resource |
Description | The default version of a resource that has been registered in the CloudFormation Registry. |
Id | aws.cloudformation.resource_default_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
version_id | string | The ID of an existing version of the resource to set as the default. |
type_name | string | The name of the type being registered. We recommend that type names adhere to the following pattern: company_or_organization::service::type. |
arn | string | The Amazon Resource Name (ARN) of the type. This is used to uniquely identify a ResourceDefaultVersion |
type_version_arn | string | The Amazon Resource Name (ARN) of the type version. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resource_default_versions
in a region.
SELECT
region,
arn
FROM aws.cloudformation.resource_default_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resource_default_versions_list_only
resource, see resource_default_versions