Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
A config rule that checks whether your CloudFormation stacks are sending event notifications to an SNS topic. Optionally checks whether specified SNS topics are used.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ConfigRule:
Type: "AWS::Config::ConfigRule"
Properties:
ConfigRuleName: "cloudformation-stack-notification-check"
Scope:
ComplianceResourceTypes:
- "AWS::CloudFormation::Stack"
Description: "A config rule that checks whether your CloudFormation stacks are sending event notifications to an SNS topic. Optionally checks whether specified SNS topics are used."
Source:
Owner: "AWS"
SourceIdentifier: "CLOUDFORMATION_STACK_NOTIFICATION_CHECK"
Parameters: {}
Metadata: {}
Conditions: {}