Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

CognitoMemberDefinition

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

ClientId An identifier for an application client. You must create the app client ID using Amazon Cognito.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern: [\w+]+
Required: Yes

UserGroup An identifier for a user group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
Required: Yes

UserPool An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 55.
Pattern: [\w-]+_[0-9a-zA-Z]+
Required: Yes

For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2