@Generated(value="software.amazon.awssdk:codegen") public final class StatefulRuleGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatefulRuleGroup.Builder,StatefulRuleGroup>
Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatefulRuleGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StatefulRuleGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NetworkFirewallStatefulRuleGroupOverride |
override()
The action that allows the policy owner to override the behavior of the rule group within a policy.
|
Integer |
priority()
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy.
|
String |
resourceId()
The resource ID of the rule group.
|
String |
ruleGroupName()
The name of the rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatefulRuleGroup.Builder> |
serializableBuilderClass() |
StatefulRuleGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ruleGroupName()
The name of the rule group.
public final String resourceId()
The resource ID of the rule group.
public final Integer priority()
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy. This setting only applies to firewall policies that specify the STRICT_ORDER rule
order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
STRICT_ORDER rule order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
public final NetworkFirewallStatefulRuleGroupOverride override()
The action that allows the policy owner to override the behavior of the rule group within a policy.
public StatefulRuleGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatefulRuleGroup.Builder,StatefulRuleGroup>public static StatefulRuleGroup.Builder builder()
public static Class<? extends StatefulRuleGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.