{
  "typeName" : "AWS::DocDB::DBInstance",
  "description" : "Resource Type definition for AWS::DocDB::DBInstance",
  "additionalProperties" : false,
  "properties" : {
    "Endpoint" : {
      "type" : "string"
    },
    "DBInstanceClass" : {
      "type" : "string"
    },
    "Port" : {
      "type" : "string"
    },
    "DBClusterIdentifier" : {
      "type" : "string"
    },
    "AvailabilityZone" : {
      "type" : "string"
    },
    "PreferredMaintenanceWindow" : {
      "type" : "string"
    },
    "EnablePerformanceInsights" : {
      "type" : "boolean"
    },
    "AutoMinorVersionUpgrade" : {
      "type" : "boolean"
    },
    "Id" : {
      "type" : "string"
    },
    "DBInstanceIdentifier" : {
      "type" : "string"
    },
    "Tags" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/Tag"
      }
    }
  },
  "definitions" : {
    "Tag" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Value" : {
          "type" : "string"
        },
        "Key" : {
          "type" : "string"
        }
      },
      "required" : [ "Value", "Key" ]
    }
  },
  "required" : [ "DBInstanceClass", "DBClusterIdentifier" ],
  "createOnlyProperties" : [ "/properties/DBClusterIdentifier", "/properties/AvailabilityZone", "/properties/DBInstanceIdentifier" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Port", "/properties/Id", "/properties/Endpoint" ]
}