Struct aws_sdk_wafv2::model::Condition
source · #[non_exhaustive]pub struct Condition { /* private fields */ }
Expand description
A single match condition for a Filter
.
Implementations§
source§impl Condition
impl Condition
sourcepub fn action_condition(&self) -> Option<&ActionCondition>
pub fn action_condition(&self) -> Option<&ActionCondition>
A single action condition. This is the action setting that a log record must contain in order to meet the condition.
sourcepub fn label_name_condition(&self) -> Option<&LabelNameCondition>
pub fn label_name_condition(&self) -> Option<&LabelNameCondition>
A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.