DatastoreFilter
The filters applied to a data store query.
Contents
- CreatedAfter
-
Filter to set cutoff dates for records. All data stores created after the specified date are included in the results.
Type: Timestamp
Required: No
- CreatedBefore
-
Filter to set cutoff dates for records. All data stores created before the specified date are included in the results.
Type: Timestamp
Required: No
- DatastoreName
-
Filter data store results by name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: No
- DatastoreStatus
-
Filter data store results by status.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | DELETED | CREATE_FAILED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: