guard_hooks_list_only
Lists guard_hooks in a region or regions, for all properties use guard_hooks
Overview
| Name | guard_hooks_list_only |
| Type | Resource |
| Description | This is a CloudFormation resource for activating the first-party AWS::Hooks::GuardHook. |
| Id | aws.cloudformation.guard_hooks_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
hook_arn | string | The Amazon Resource Name (ARN) of the activated hook |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all guard_hooks in a region.
SELECT
region,
hook_arn
FROM aws.cloudformation.guard_hooks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the guard_hooks_list_only resource, see guard_hooks