hook_default_versions_list_only
Lists hook_default_versions in a region or regions, for all properties use hook_default_versions
Overview
| Name | hook_default_versions_list_only |
| Type | Resource |
| Description | Set a version as default version for a hook in CloudFormation Registry. |
| Id | aws.cloudformation.hook_default_versions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Amazon Resource Name (ARN) of the type. This is used to uniquely identify a HookDefaultVersion |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all hook_default_versions in a region.
SELECT
region,
arn
FROM aws.cloudformation.hook_default_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hook_default_versions_list_only resource, see hook_default_versions