Skip to main content

hook_default_versions

Retrieves a list of hook_default_versions in a region

Overview

Namehook_default_versions
TypeResource
Descriptionhook_default_versions
Idawscc.cloudformation.hook_default_versions

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.cloudformation.hook_default_versions
WHERE region = 'us-east-1'

Permissions

To operate on the hook_default_versions resource, the following permissions are required:

Create

cloudformation:SetTypeDefaultVersion

List

cloudformation:ListTypes