{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iam-oidcprovider.json",
  "title": "AWSIAMOIDCProviderProperties",
  "description": "Resource Type definition for AWS::IAM::OIDCProvider. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iam-oidcprovider.json",
    "sourceSha256": "f9f3cbda6498d6476c6d71f1fd76eac903a4e1631291a627ee29f3d6fe19283b"
  },
  "type": "object",
  "properties": {
    "ClientIdList": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "minLength": 1,
        "maxLength": 255,
        "type": "string"
      }
    },
    "Url": {
      "oneOf": [
        {
          "minLength": 1,
          "maxLength": 255,
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ThumbprintList": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "minLength": 40,
        "maxLength": 40,
        "pattern": "[0-9A-Fa-f]{40}",
        "type": "string"
      },
      "maxItems": 5
    },
    "Tags": {
      "type": "array",
      "uniqueItems": false,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::IAM::OIDCProvider",
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false
  },
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "title": "AWSIAMOIDCProviderTagDefinition",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        },
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "additionalProperties": false,
  "required": [
    "ThumbprintList"
  ],
  "createOnlyProperties": [
    "/properties/Url"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
