Filter
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.
Contents
- condition
-
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.
Type: String
Length Constraints: Maximum length of 200.
Pattern:
\S+
Required: Yes
- name
-
The name of the filter.
Type: String
Length Constraints: Maximum length of 10000.
Pattern:
[\s\S]*
Required: Yes
- values
-
A string value on which to filter. For example, if you choose the
destinationServer.osVersion
filter name, you could specifyUbuntu
for the value.Type: Array of strings
Length Constraints: Maximum length of 1000.
Pattern:
(^$|[\s\S]*\S[\s\S]*)
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: