Interface CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty.Jsii$Proxy
Enclosing class:
CfnFirewallRuleGroup

@Stability(Stable) public static interface CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for an advanced content category rule type.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.route53resolver.*;
 FirewallAdvancedContentCategoryConfigProperty firewallAdvancedContentCategoryConfigProperty = FirewallAdvancedContentCategoryConfigProperty.builder()
         .category("category")
         .build();
 

See Also: