@Generated(value="software.amazon.awssdk:codegen") public final class StatefulRuleGroupReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatefulRuleGroupReference.Builder,StatefulRuleGroupReference>
Identifier for a single stateful rule group, used in a firewall policy to refer to a rule group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatefulRuleGroupReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StatefulRuleGroupReference.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
StatefulRuleGroupOverride |
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
FirewallPolicy.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the stateful rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatefulRuleGroupReference.Builder> |
serializableBuilderClass() |
StatefulRuleGroupReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the stateful rule group.
public final Integer priority()
An integer setting that indicates the order in which to run the stateful rule groups in a single
FirewallPolicy. 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.
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.
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 StatefulRuleGroupOverride override()
The action that allows the policy owner to override the behavior of the rule group within a policy.
public StatefulRuleGroupReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatefulRuleGroupReference.Builder,StatefulRuleGroupReference>public static StatefulRuleGroupReference.Builder builder()
public static Class<? extends StatefulRuleGroupReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.