Skip to main content

hook_default_versions_list_only

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

Overview

Namehook_default_versions_list_only
TypeResource
DescriptionSet a version as default version for a hook in CloudFormation Registry.
Idaws.cloudformation.hook_default_versions_list_only

Fields

NameDatatypeDescription
type_version_arnstringThe Amazon Resource Name (ARN) of the type version.
type_namestringThe name of the type being registered.
We recommend that type names adhere to the following pattern: company_or_organization::service::type.
arnstringThe Amazon Resource Name (ARN) of the type. This is used to uniquely identify a HookDefaultVersion
version_idstringThe ID of an existing version of the hook to set as the default.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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