Group
A group object, which contains a specified group’s metadata and attributes.
Contents
- DisplayName
-
Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters
<>;:%
are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.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
- GroupId
-
The identifier for a group in the identity store.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 47.
Pattern:
^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: