DateTimeCondition - Amazon Connect

DateTimeCondition

A datetime search condition for Search APIs.

Contents

ComparisonType

Datetime property comparison type.

Type: String

Valid Values: GREATER_THAN | LESS_THAN | GREATER_THAN_OR_EQUAL_TO | LESS_THAN_OR_EQUAL_TO | EQUAL_TO | RANGE

Required: No

FieldName

A name of the datetime property to be searched

Type: String

Required: No

MaxValue

A maximum value of the property.

Type: String

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?$

Required: No

MinValue

A minimum value of the property.

Type: String

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: