Skip to main content

hook_versions

Retrieves a list of hook_versions in a region

Overview

Namehook_versions
TypeResource
Descriptionhook_versions
Idawscc.cloudformation.hook_versions

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

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

cloudformation:DescribeType,
cloudformation:DescribeTypeRegistration,
cloudformation:RegisterType,
iam:PassRole,
s3:GetObject,
s3:ListBucket,
kms:Decrypt

List

cloudformation:ListTypes,
cloudformation:ListTypeVersions