{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-kendraranking-executionplan.json",
  "title": "AWSKendraRankingExecutionPlanProperties",
  "description": "A KendraRanking Rescore execution plan. Source:- <https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-kendraranking-executionplan.json",
    "sourceSha256": "7c7d17554c684a240e0d5c4f1ac8f3c95694507476519f06e77577818e863431"
  },
  "type": "object",
  "properties": {
    "Description": {
      "description": "A description for the execution plan",
      "$ref": "#/$defs/Description"
    },
    "Tags": {
      "description": "Tags for labeling the execution plan",
      "$ref": "#/$defs/Tags"
    },
    "Name": {
      "$ref": "#/$defs/Name"
    },
    "CapacityUnits": {
      "description": "Capacity units",
      "$ref": "#/$defs/CapacityUnitsConfiguration"
    }
  },
  "typeName": "AWS::KendraRanking::ExecutionPlan",
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Arn"
  ],
  "sourceUrl": "https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html",
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": false,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "Name"
  ],
  "$defs": {
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSKendraRankingExecutionPlanDescriptionDefinition"
    },
    "Tag": {
      "description": "A label for tagging KendraRanking resources",
      "type": "object",
      "properties": {
        "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": "A string used to identify this tag"
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "A string containing the value for the tag"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSKendraRankingExecutionPlanTagDefinition",
      "additionalProperties": false
    },
    "Tags": {
      "description": "List of tags",
      "type": "array",
      "insertionOrder": false,
      "maxItems": 200,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "title": "AWSKendraRankingExecutionPlanTagsDefinition"
    },
    "RescoreCapacityUnits": {
      "type": "integer",
      "minimum": 0,
      "title": "AWSKendraRankingExecutionPlanRescoreCapacityUnitsDefinition"
    },
    "CapacityUnitsConfiguration": {
      "type": "object",
      "properties": {
        "RescoreCapacityUnits": {
          "$ref": "#/$defs/RescoreCapacityUnits"
        }
      },
      "title": "AWSKendraRankingExecutionPlanCapacityUnitsConfigurationDefinition",
      "required": [
        "RescoreCapacityUnits"
      ],
      "additionalProperties": false
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 1000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name of kendra ranking rescore execution plan",
      "title": "AWSKendraRankingExecutionPlanNameDefinition"
    },
    "Id": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 36,
          "maxLength": 36
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Unique ID of rescore execution plan",
      "title": "AWSKendraRankingExecutionPlanIdDefinition"
    },
    "Arn": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSKendraRankingExecutionPlanArnDefinition"
    }
  }
}
