#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for RuleGroupSourceStatelessRuleDefinition
Implementations
Appends an item to actions.
To override the contents of this collection use set_actions.
The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (aws:pass, aws:drop, or aws:forward_to_sfe). You can then add custom actions.
The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (aws:pass, aws:drop, or aws:forward_to_sfe). You can then add custom actions.
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
pub fn set_match_attributes(
self,
input: Option<RuleGroupSourceStatelessRuleMatchAttributes>
) -> Self
pub fn set_match_attributes(
self,
input: Option<RuleGroupSourceStatelessRuleMatchAttributes>
) -> Self
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
Consumes the builder and constructs a RuleGroupSourceStatelessRuleDefinition
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