This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Route53Resolver::FirewallRuleGroup FirewallRuleType
The configuration for a rule type in a DNS Firewall rule. This is a union type — exactly one member should be set.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FirewallAdvancedContentCategory" :FirewallAdvancedContentCategoryConfig, "FirewallAdvancedThreatCategory" :FirewallAdvancedThreatCategoryConfig}
YAML
FirewallAdvancedContentCategory:FirewallAdvancedContentCategoryConfigFirewallAdvancedThreatCategory:FirewallAdvancedThreatCategoryConfig
Properties
FirewallAdvancedContentCategory-
The configuration for a content category-based filtering rule.
Required: No
Type: FirewallAdvancedContentCategoryConfig
Update requires: No interruption
FirewallAdvancedThreatCategory-
The configuration for a threat category-based filtering rule.
Required: No
Type: FirewallAdvancedThreatCategoryConfig
Update requires: No interruption