Amazon WorkSpaces · Schema

UpdateWorkspaceImagePermissionRequest

UpdateWorkspaceImagePermissionRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
ImageId object
AllowCopyImage object
SharedAccountId object
View JSON Schema on GitHub

JSON Schema

workspaces-update-workspace-image-permission-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "ImageId",
    "AllowCopyImage",
    "SharedAccountId"
  ],
  "title": "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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-update-workspace-image-permission-request-schema.json",
  "description": "UpdateWorkspaceImagePermissionRequest schema from Amazon WorkSpaces API"
}