TypedAttributeValueRange - Amazon Cloud Directory

Amazon Cloud Directory will no longer be open to new customers starting on November 7, 2025. For alternatives to Cloud Directory, explore Amazon DynamoDB and Amazon Neptune. If you need help choosing the right alternative for your use case, or for any other questions, contact AWS Support.

TypedAttributeValueRange

A range of attribute values. For more information, see Range Filters.

Contents

EndMode

The inclusive or exclusive range end.

Type: String

Valid Values: FIRST | LAST | LAST_BEFORE_MISSING_VALUES | INCLUSIVE | EXCLUSIVE

Required: Yes

StartMode

The inclusive or exclusive range start.

Type: String

Valid Values: FIRST | LAST | LAST_BEFORE_MISSING_VALUES | INCLUSIVE | EXCLUSIVE

Required: Yes

EndValue

The attribute value to terminate the range at.

Type: TypedAttributeValue object

Required: No

StartValue

The value to start the range at.

Type: TypedAttributeValue object

Required: No

See Also

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