IdentityCenterPrincipal
Identifies a user or group from IAM Identity Center.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- groupId
-
The unique identifier of a group in IAM Identity Center.
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: No
- userId
-
The unique identifier of a user in IAM Identity Center.
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: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: