Condition
Contains information about the condition.
Contents
- eq
-
This member has been deprecated.
Represents the equal condition to be applied to a single field when querying for findings.
Type: Array of strings
Required: No
- equals
-
Represents an equal condition to be applied to a single field when querying for findings.
Type: Array of strings
Required: No
- greaterThan
-
Represents a greater than condition to be applied to a single field when querying for findings.
Type: Long
Required: No
- greaterThanOrEqual
-
Represents a greater than or equal condition to be applied to a single field when querying for findings.
Type: Long
Required: No
- gt
-
This member has been deprecated.
Represents a greater than condition to be applied to a single field when querying for findings.
Type: Integer
Required: No
- gte
-
This member has been deprecated.
Represents a greater than or equal condition to be applied to a single field when querying for findings.
Type: Integer
Required: No
- lessThan
-
Represents a less than condition to be applied to a single field when querying for findings.
Type: Long
Required: No
- lessThanOrEqual
-
Represents a less than or equal condition to be applied to a single field when querying for findings.
Type: Long
Required: No
- lt
-
This member has been deprecated.
Represents a less than condition to be applied to a single field when querying for findings.
Type: Integer
Required: No
- lte
-
This member has been deprecated.
Represents a less than or equal condition to be applied to a single field when querying for findings.
Type: Integer
Required: No
- matches
-
Represents the match condition to be applied to a single field when querying for findings.
Note
The matches condition is available only for create-filter and update-filter APIs.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 512.
Required: No
- neq
-
This member has been deprecated.
Represents the not equal condition to be applied to a single field when querying for findings.
Type: Array of strings
Required: No
- notEquals
-
Represents a not equal condition to be applied to a single field when querying for findings.
Type: Array of strings
Required: No
- notMatches
-
Represents the not match condition to be applied to a single field when querying for findings.
Note
The not-matches condition is available only for create-filter and update-filter APIs.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 512.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: