CloudFormation guard rules template for AWS Budget resources

The following rules are included: 

  • Subscriber Notifications Defined for the AWS budget in the template

let budgets = Resources.*[
	Type == "AWS::Budgets::Budget"
]

rule budgets_notification when %budgets !empty {
	%budgets {
		Properties {
			NotificationsWithSubscribers exists <<Budget does not have notifications defined.>>
		}
	}
}


Actions



Customize Template

* Required field