{
  "typeName" : "AWS::AppSync::ApiCache",
  "description" : "Resource Type definition for AWS::AppSync::ApiCache",
  "additionalProperties" : false,
  "properties" : {
    "Type" : {
      "type" : "string"
    },
    "TransitEncryptionEnabled" : {
      "type" : "boolean"
    },
    "AtRestEncryptionEnabled" : {
      "type" : "boolean"
    },
    "Id" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    },
    "ApiCachingBehavior" : {
      "type" : "string"
    },
    "Ttl" : {
      "type" : "number"
    }
  },
  "required" : [ "Type", "ApiId", "ApiCachingBehavior", "Ttl" ],
  "createOnlyProperties" : [ "/properties/ApiId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}