Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
CloudFormation guard rules template for AWS Budget resources
The following rules are included:
let budgets = Resources.*[
Type == "AWS::Budgets::Budget"
]
rule budgets_notification when %budgets !empty {
%budgets {
Properties {
NotificationsWithSubscribers exists <<Budget does not have notifications defined.>>
}
}
}