RequestMetadataBaseFilters
A mapping of a metadata key to a value that it should or should not equal.
Contents
- equals
-
Include results where the key equals the value.
Type: String to string map
Map Entries: Maximum number of 1 item.
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
^[a-zA-Z0-9\s._:/=+$@-]{1,256}$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^[a-zA-Z0-9\s._:/=+$@-]{0,256}$
Required: No
- notEquals
-
Include results where the key does not equal the value.
Type: String to string map
Map Entries: Maximum number of 1 item.
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
^[a-zA-Z0-9\s._:/=+$@-]{1,256}$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^[a-zA-Z0-9\s._:/=+$@-]{0,256}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: