Skip to main content

hook_type_configs

Retrieves a list of hook_type_configs in a region

Overview

Namehook_type_configs
TypeResource
Descriptionhook_type_configs
Idawscc.cloudformation.hook_type_configs

Fields

NameDatatypeDescription
configuration_arnstringThe Amazon Resource Name (ARN) for the configuration data, in this account and region.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
configuration_arn
FROM awscc.cloudformation.hook_type_configs
WHERE region = 'us-east-1'

Permissions

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

Create

cloudformation:SetTypeConfiguration

List

cloudformation:ListTypes,
cloudformation:BatchDescribeTypeConfigurations