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
- 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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: