Condition
A conditional statement with which to compare a value, after a timestamp, before a
timestamp, or equal to a string or integer. If multiple conditions are specified, the
conditionals become an AND
ed statement. If multiple values are specified for a
conditional, the values are OR
d.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- after
-
After the specified timestamp.
Type: Timestamp
Required: No
- before
-
Before the specified timestamp
Type: Timestamp
Required: No
- equals
-
The value is equal to the provided string or integer.
Type: AttributeValueList object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: