lambda_hooks_list_only
Lists lambda_hooks in a region or regions, for all properties use lambda_hooks
Overview
| Name | lambda_hooks_list_only |
| Type | Resource |
| Description | This is a CloudFormation resource for the first-party AWS::Hooks::LambdaHook. |
| Id | aws.cloudformation.lambda_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 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