You must be logged in to view saved presets
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.>>
}
}
}