#[non_exhaustive]pub struct StatelessRuleGroupReference {
pub resource_arn: Option<String>,
pub priority: i32,
}
Expand description
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.resource_arn: Option<String>
The Amazon Resource Name (ARN) of the stateless rule group.
priority: i32
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.
Implementations
The Amazon Resource Name (ARN) of the stateless rule group.
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.
Creates a new builder-style object to manufacture StatelessRuleGroupReference
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StatelessRuleGroupReference
impl Send for StatelessRuleGroupReference
impl Sync for StatelessRuleGroupReference
impl Unpin for StatelessRuleGroupReference
impl UnwindSafe for StatelessRuleGroupReference
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more