Skip to main content

lambda_hooks_list_only

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

Overview

Namelambda_hooks_list_only
TypeResource
DescriptionThis is a CloudFormation resource for the first-party AWS::Hooks::LambdaHook.
Idaws.cloudformation.lambda_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 lambda_hooks in a region.

SELECT
region,
hook_arn
FROM aws.cloudformation.lambda_hooks_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the lambda_hooks_list_only resource, see lambda_hooks