Amazon WorkSpaces · JSON Structure

Workspaces Copy Workspace Image Request Structure

CopyWorkspaceImageRequest schema from Amazon WorkSpaces API

Type: object Properties: 5 Required: 3
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

CopyWorkspaceImageRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 5 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name Description SourceImageId SourceRegion Tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "Name",
    "SourceImageId",
    "SourceRegion"
  ],
  "name": "CopyWorkspaceImageRequest",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceImageName"
        },
        {
          "description": "The name of the image."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceImageDescription"
        },
        {
          "description": "A description of the image."
        }
      ]
    },
    "SourceImageId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceImageId"
        },
        {
          "description": "The identifier of the source image."
        }
      ]
    },
    "SourceRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Region"
        },
        {
          "description": "The identifier of the source Region."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags for the image."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-copy-workspace-image-request-structure.json",
  "description": "CopyWorkspaceImageRequest schema from Amazon WorkSpaces API"
}