Amazon WorkSpaces · JSON Structure

Workspaces Update Workspace Image Permission Request Structure

UpdateWorkspaceImagePermissionRequest schema from Amazon WorkSpaces API

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

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

Properties

ImageId AllowCopyImage SharedAccountId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ImageId",
    "AllowCopyImage",
    "SharedAccountId"
  ],
  "name": "UpdateWorkspaceImagePermissionRequest",
  "properties": {
    "ImageId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceImageId"
        },
        {
          "description": "The identifier of the image."
        }
      ]
    },
    "AllowCopyImage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanObject"
        },
        {
          "description": "The permission to copy the image. This permission can be revoked only after an image has been shared."
        }
      ]
    },
    "SharedAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsAccount"
        },
        {
          "description": "<p>The identifier of the Amazon Web Services account to share or unshare the image with.</p> <important> <p>Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.</p> </important>"
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-update-workspace-image-permission-request-structure.json",
  "description": "UpdateWorkspaceImagePermissionRequest schema from Amazon WorkSpaces API"
}