Skip to main content

guard_hooks_list_only

Lists guard_hooks in a region or regions, for all properties use guard_hooks

Overview

Nameguard_hooks_list_only
TypeResource
DescriptionThis is a CloudFormation resource for activating the first-party AWS::Hooks::GuardHook.
Idaws.cloudformation.guard_hooks_list_only

Fields

NameDatatypeDescription
hook_arnstringThe Amazon Resource Name (ARN) of the activated hook
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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