Values.CognitoGroupConfigurationDetailSourceThe type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. This data type is part of an CognitoUserPoolConfigurationDetail structure and is a response parameter to GetIdentitySource.
type nonrec t = {groupEntityType : GroupEntityType.t option;The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.
*)}