Skip to main content

hook_versions_list_only

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

Overview

Namehook_versions_list_only
TypeResource
DescriptionPublishes new or first hook version to AWS CloudFormation Registry.
Idaws.cloudformation.hook_versions_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all hook_versions in a region.

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

Permissions

For permissions required to operate on the hook_versions_list_only resource, see hook_versions