Interface CfnFirewallRuleGroup.FirewallAdvancedThreatCategoryConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFirewallRuleGroup.FirewallAdvancedThreatCategoryConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFirewallRuleGroup
@Stability(Stable)
public static interface CfnFirewallRuleGroup.FirewallAdvancedThreatCategoryConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for an advanced threat 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.*;
FirewallAdvancedThreatCategoryConfigProperty firewallAdvancedThreatCategoryConfigProperty = FirewallAdvancedThreatCategoryConfigProperty.builder()
.category("category")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFirewallRuleGroup.FirewallAdvancedThreatCategoryConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategory
The threat category value.- See Also:
-
builder
@Stability(Stable) static CfnFirewallRuleGroup.FirewallAdvancedThreatCategoryConfigProperty.Builder builder()
-