DatastoreFilter
The filters applied to data store query.
Contents
- CreatedAfter
-
A filter that allows the user to set cutoff dates for records. All data stores created after the specified date will be included in the results.
Type: Timestamp
Required: No
- CreatedBefore
-
A filter that allows the user to set cutoff dates for records. All data stores created before the specified date will be included in the results.
Type: Timestamp
Required: No
- DatastoreName
-
Allows the user to 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
-
Allows the user to filter data store results by status.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | DELETED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: