Filter class
A filter that can use conditional operators.
For more information about filters, see Querying Discovered Configuration Items in the AWS Application Discovery Service User Guide.
Constructors
-
Filter.new({required String condition, required String name, required List<
String> values})
Properties
- condition → String
-
A conditional operator. The following operators are valid: EQUALS,
NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the
system utilizes all filters as though concatenated by AND. If you
specify multiple values for a particular filter, the system differentiates
the values using OR. Calling either DescribeConfigurations or
ListConfigurations returns attributes of matching configuration
items.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the filter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> -
A string value on which to filter. For example, if you choose the
destinationServer.osVersion
filter name, you could specifyUbuntu
for the value.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited