{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cognito-userpooluser.json",
  "title": "AWSCognitoUserPoolUserProperties",
  "description": "Resource Type definition for AWS::Cognito::UserPoolUser. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-cognito-userpooluser.json",
    "sourceSha256": "c98433950b0be3cb3cf43a1e6f1232f413c9b06ef9fc3f779f565c958ce98c08"
  },
  "type": "object",
  "properties": {
    "ValidationData": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/AttributeType"
      }
    },
    "UserPoolId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Username": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "MessageAction": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ClientMetadata": {
      "type": "object"
    },
    "DesiredDeliveryMediums": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "ForceAliasCreation": {
      "type": "boolean"
    },
    "UserAttributes": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/AttributeType"
      }
    }
  },
  "typeName": "AWS::Cognito::UserPoolUser",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "AttributeType": {
      "type": "object",
      "title": "AWSCognitoUserPoolUserAttributeTypeDefinition",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "UserPoolId"
  ],
  "createOnlyProperties": [
    "/properties/ClientMetadata",
    "/properties/ValidationData",
    "/properties/UserPoolId",
    "/properties/MessageAction",
    "/properties/ForceAliasCreation",
    "/properties/DesiredDeliveryMediums",
    "/properties/UserAttributes",
    "/properties/Username"
  ]
}
