{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appsync-apicache.json",
  "title": "AWSAppSyncApiCacheProperties",
  "description": "Resource Type definition for AWS::AppSync::ApiCache. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-appsync-apicache.json",
    "sourceSha256": "1b7695e43894763c1e5fb46cf2d025a2afeb198c6f8635a36d91945040c3c094"
  },
  "type": "object",
  "properties": {
    "Type": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TransitEncryptionEnabled": {
      "type": "boolean"
    },
    "AtRestEncryptionEnabled": {
      "type": "boolean"
    },
    "ApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ApiCachingBehavior": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Ttl": {
      "type": "number"
    }
  },
  "typeName": "AWS::AppSync::ApiCache",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "Type",
    "ApiId",
    "ApiCachingBehavior",
    "Ttl"
  ],
  "createOnlyProperties": [
    "/properties/ApiId"
  ]
}
