{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cognito-identitypool.json",
  "title": "AWSCognitoIdentityPoolProperties",
  "description": "Resource Type definition for AWS::Cognito::IdentityPool. 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-identitypool.json",
    "sourceSha256": "e4d8f69e8b80b1c56816d74797d776a4a23de9e803464dd2e35f58128623b951"
  },
  "type": "object",
  "properties": {
    "PushSync": {
      "$ref": "#/$defs/PushSync"
    },
    "CognitoIdentityProviders": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/CognitoIdentityProvider"
      }
    },
    "DeveloperProviderName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "CognitoStreams": {
      "$ref": "#/$defs/CognitoStreams"
    },
    "SupportedLoginProviders": {
      "type": "object"
    },
    "CognitoEvents": {
      "type": "object"
    },
    "IdentityPoolName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AllowUnauthenticatedIdentities": {
      "type": "boolean"
    },
    "SamlProviderARNs": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "OpenIdConnectProviderARNs": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "AllowClassicFlow": {
      "type": "boolean"
    }
  },
  "typeName": "AWS::Cognito::IdentityPool",
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Name"
  ],
  "$defs": {
    "PushSync": {
      "type": "object",
      "title": "AWSCognitoIdentityPoolPushSyncDefinition",
      "properties": {
        "ApplicationArns": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "type": "string"
          }
        },
        "RoleArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    },
    "CognitoIdentityProvider": {
      "type": "object",
      "title": "AWSCognitoIdentityPoolCognitoIdentityProviderDefinition",
      "properties": {
        "ServerSideTokenCheck": {
          "type": "boolean"
        },
        "ProviderName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ClientId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    },
    "CognitoStreams": {
      "type": "object",
      "title": "AWSCognitoIdentityPoolCognitoStreamsDefinition",
      "properties": {
        "StreamingStatus": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "StreamName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "RoleArn": {
          "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": [
    "AllowUnauthenticatedIdentities"
  ]
}
