#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for StatelessRuleGroupReference
Implementations
The Amazon Resource Name (ARN) of the stateless rule group.
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.
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.
Consumes the builder and constructs a StatelessRuleGroupReference
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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