Values_0.CognitoMemberDefinitionSourceIdentifies a Amazon Cognito user group. A user group can be used in on or more work teams.
type nonrec t = {userPool : CognitoUserPool.t;An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
*)userGroup : CognitoUserGroup.t;An identifier for a user group.
*)clientId : ClientId.t;An identifier for an application client. You must create the app client ID using Amazon Cognito.
*)}val make :
userPool:CognitoUserPool.t ->
userGroup:CognitoUserGroup.t ->
clientId:ClientId.t ->
unit ->
t