hook_type_configs
Retrieves a list of hook_type_configs
in a region
Overview
Name | hook_type_configs |
Type | Resource |
Description | hook_type_configs |
Id | awscc.cloudformation.hook_type_configs |
Fields
Name | Datatype | Description |
---|---|---|
configuration_arn | string | The Amazon Resource Name (ARN) for the configuration data, in this account and region. |
region | string | AWS 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