Filter
A query filter used by ListUsers and ListGroups. This filter
object provides the attribute name and attribute value to search users or groups.
Contents
- AttributePath
-
The attribute path that is used to specify which attribute name to search. Length limit is 255 characters. For example,
UserNameis a valid attribute path for theListUsersAPI, andDisplayNameis a valid attribute path for theListGroupsAPI.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
\p{L}+(?:\.\p{L}+){0,2}Required: Yes
- AttributeValue
-
Represents the data for an attribute. Each attribute value is described as a name-value pair.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: