{
  "$id": "ALIYUN::ECS::CopyImage",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::ECS::CopyImage"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "DestinationRegionId": {
          "type": "string"
        },
        "Encrypted": {
          "type": "boolean"
        },
        "ImageId": {
          "type": "string"
        },
        "DestinationDescription": {
          "type": "string"
        },
        "Tag": {
          "type": "array"
        },
        "DestinationImageName": {
          "type": "string"
        }
      },
      "required": [
        "DestinationRegionId",
        "ImageId"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ECS::CopyImage"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ECS::CopyImage"
  },
  "insertText": "${1:CopyImage}:\n  Type: ALIYUN::ECS::CopyImage\n  Properties:\n    "
}