public static interface StatelessRuleGroupReference.Builder extends SdkPojo, CopyableBuilder<StatelessRuleGroupReference.Builder,StatelessRuleGroupReference>
| Modifier and Type | Method and Description |
|---|---|
StatelessRuleGroupReference.Builder |
priority(Integer priority)
An integer setting that indicates the order in which to run the stateless rule groups in a single
FirewallPolicy.
|
StatelessRuleGroupReference.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateless rule group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatelessRuleGroupReference.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateless rule group.
resourceArn - The Amazon Resource Name (ARN) of the stateless rule group.StatelessRuleGroupReference.Builder priority(Integer priority)
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
priority - An integer setting that indicates the order in which to run the stateless rule groups in a single
FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with
the group that has the lowest priority setting. You must ensure that the priority settings are unique
within each policy.Copyright © 2023. All rights reserved.