| Package | Description |
|---|---|
| software.amazon.awscdk.services.networkfirewall |
AWS::NetworkFirewall Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.capacity(Number capacity)
The maximum operating resources that this rule group can use.
|
static CfnRuleGroup.Builder |
CfnRuleGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.description(String description)
A description of the rule group.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.ruleGroup(CfnRuleGroup.RuleGroupProperty ruleGroup)
An object that defines the rule group rules.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.ruleGroup(IResolvable ruleGroup)
An object that defines the rule group rules.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.ruleGroupName(String ruleGroupName)
The descriptive name of the rule group.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.type(String type)
Indicates whether the rule group is stateless or stateful.
|
Copyright © 2022. All rights reserved.