{
  "typeName" : "AWS::Cognito::UserPoolUser",
  "description" : "Resource Type definition for AWS::Cognito::UserPoolUser",
  "additionalProperties" : false,
  "properties" : {
    "ValidationData" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/AttributeType"
      }
    },
    "UserPoolId" : {
      "type" : "string"
    },
    "Username" : {
      "type" : "string"
    },
    "MessageAction" : {
      "type" : "string"
    },
    "ClientMetadata" : {
      "type" : "object"
    },
    "Id" : {
      "type" : "string"
    },
    "DesiredDeliveryMediums" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "type" : "string"
      }
    },
    "ForceAliasCreation" : {
      "type" : "boolean"
    },
    "UserAttributes" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/AttributeType"
      }
    }
  },
  "definitions" : {
    "AttributeType" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Value" : {
          "type" : "string"
        },
        "Name" : {
          "type" : "string"
        }
      }
    }
  },
  "required" : [ "UserPoolId" ],
  "createOnlyProperties" : [ "/properties/ClientMetadata", "/properties/ValidationData", "/properties/UserPoolId", "/properties/MessageAction", "/properties/ForceAliasCreation", "/properties/DesiredDeliveryMediums", "/properties/UserAttributes", "/properties/Username" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}