Class: Aws::Connect::Types::PreEvaluationFilters

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

Overview

The pre-evaluation filters for a rule, that restrict a rule to be applied to only certain resources based on the resource's attributes, such as tags assigned to a contact. The pre-evaluation filters are applied even before rule conditions are evaluated and are used to enforce tag-based-access-control while applying rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions ⇒ Array<Types::PreEvaluationFilter>

A list of conditions that the rule evaluates together using AND logic. All conditions must be met for the event to be evaluated by the rule.

Returns:



27929
27930
27931
27932
27933
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27929

class PreEvaluationFilters < Struct.new(
  :and_conditions)
  SENSITIVE = []
  include Aws::Structure
end