{
  "typeName" : "AWS::Cognito::UserPoolGroup",
  "description" : "Resource Type definition for AWS::Cognito::UserPoolGroup",
  "additionalProperties" : false,
  "properties" : {
    "GroupName" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "UserPoolId" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "Precedence" : {
      "type" : "number"
    },
    "RoleArn" : {
      "type" : "string"
    }
  },
  "required" : [ "UserPoolId" ],
  "createOnlyProperties" : [ "/properties/GroupName", "/properties/UserPoolId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}