Resource Type: AWS > CloudFormation > Hook
The Hook resource type provides proactive compliance validation that evaluates CloudFormation resources before stack operations (create, update, delete) to ensure they meet organizational best practices and security standards.
Resource Context
Hook is a part of the CloudFormation service.
Each Hook lives under a Region.
Controls
The primary controls for AWS > CloudFormation > Hook are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-cloudformation#/resource/types/hook
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/aws-cloudformation#/resource/types/hook"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-cloudformation#/resource/types/hook';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-cloudformation#/resource/types/hook"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-cloudformation#/resource/types/hook' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query