Struct aws_sdk_securityhub::model::RuleGroupSource [−][src]
#[non_exhaustive]pub struct RuleGroupSource {
pub rules_source_list: Option<RuleGroupSourceListDetails>,
pub rules_string: Option<String>,
pub stateful_rules: Option<Vec<RuleGroupSourceStatefulRulesDetails>>,
pub stateless_rules_and_custom_actions: Option<RuleGroupSourceStatelessRulesAndCustomActionsDetails>,
}
Expand description
The rules and actions for 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.rules_source_list: Option<RuleGroupSourceListDetails>
Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.
rules_string: Option<String>
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
stateful_rules: Option<Vec<RuleGroupSourceStatefulRulesDetails>>
Suricata rule specifications.
stateless_rules_and_custom_actions: Option<RuleGroupSourceStatelessRulesAndCustomActionsDetails>
The stateless rules and custom actions used by a stateless rule group.
Implementations
Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
Suricata rule specifications.
The stateless rules and custom actions used by a stateless rule group.
Creates a new builder-style object to manufacture RuleGroupSource
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 RuleGroupSource
impl Send for RuleGroupSource
impl Sync for RuleGroupSource
impl Unpin for RuleGroupSource
impl UnwindSafe for RuleGroupSource
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