{
  "$id": "ALIYUN::REDIS::Instance",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::REDIS::Instance"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "InstanceName": {
          "type": "string"
        },
        "EngineVersion": {
          "type": "string"
        },
        "VpcId": {
          "type": "string"
        },
        "EvictionPolicy": {
          "type": "string"
        },
        "ZoneId": {
          "type": "string"
        },
        "Capacity": {
          "type": "integer"
        },
        "VSwitchId": {
          "type": "string"
        },
        "InstanceClass": {
          "type": "string"
        },
        "VpcPasswordFree": {
          "type": "boolean"
        },
        "Password": {
          "type": "string"
        }
      },
      "required": [],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::REDIS::Instance"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::REDIS::Instance"
  },
  "insertText": "${1:Instance}:\n  Type: ALIYUN::REDIS::Instance\n  Properties:\n    "
}