Class: Aws::WAFV2::Types::Condition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

A single match condition for a Filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_conditionTypes::ActionCondition

A single action condition. This is the action setting that a log record must contain in order to meet the condition.



934
935
936
937
938
939
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 934

class Condition < Struct.new(
  :action_condition,
  :label_name_condition)
  SENSITIVE = []
  include Aws::Structure
end

#label_name_conditionTypes::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.



934
935
936
937
938
939
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 934

class Condition < Struct.new(
  :action_condition,
  :label_name_condition)
  SENSITIVE = []
  include Aws::Structure
end