{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigateway-resource.json",
  "title": "AWSApiGatewayResourceProperties",
  "description": "Resource Type definition for AWS::ApiGateway::Resource. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigateway-resource.json",
    "sourceSha256": "846a269e9089fd7f4e93e7a80dbe7f033780a9501b96f2518e7c2e78ea84cce2"
  },
  "type": "object",
  "properties": {
    "RestApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the RestApi resource in which you want to create this resource.."
    },
    "ParentId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The parent resource's identifier."
    },
    "PathPart": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The last path segment for this resource."
    }
  },
  "typeName": "AWS::ApiGateway::Resource",
  "readOnlyProperties": [
    "/properties/ResourceId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/RestApiId",
    "/properties/ResourceId"
  ],
  "taggable": false,
  "required": [
    "ParentId",
    "PathPart",
    "RestApiId"
  ],
  "createOnlyProperties": [
    "/properties/PathPart",
    "/properties/ParentId",
    "/properties/RestApiId"
  ]
}
