Struct aws_sdk_securityhub::model::RuleGroupSourceStatelessRuleDefinition [−][src]
#[non_exhaustive]pub struct RuleGroupSourceStatelessRuleDefinition {
pub actions: Option<Vec<String>>,
pub match_attributes: Option<RuleGroupSourceStatelessRuleMatchAttributes>,
}Expand description
The definition of the stateless rule.
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.actions: Option<Vec<String>>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.
match_attributes: Option<RuleGroupSourceStatelessRuleMatchAttributes>The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
Implementations
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.
Creates a new builder-style object to manufacture RuleGroupSourceStatelessRuleDefinition
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
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
