{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cognito-userpoolidentityprovider.json",
  "title": "AWSCognitoUserPoolIdentityProviderProperties",
  "description": "Resource Type definition for AWS::Cognito::UserPoolIdentityProvider. 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-userpoolidentityprovider.json",
    "sourceSha256": "d7b01d943a0c348fc68a4cebc5e28233ff489038d03ca6d98b5c4da2f97f9765"
  },
  "type": "object",
  "properties": {
    "ProviderName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "UserPoolId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AttributeMapping": {
      "type": "object"
    },
    "ProviderDetails": {
      "type": "object"
    },
    "ProviderType": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "IdpIdentifiers": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    }
  },
  "typeName": "AWS::Cognito::UserPoolIdentityProvider",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "ProviderName",
    "UserPoolId",
    "ProviderType"
  ],
  "createOnlyProperties": [
    "/properties/UserPoolId",
    "/properties/ProviderName",
    "/properties/ProviderType"
  ]
}
