Amazon WorkSpaces · Schema

ImagePermission

Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
SharedAccountId object
View JSON Schema on GitHub

JSON Schema

workspaces-image-permission-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SharedAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsAccount"
        },
        {
          "description": "The identifier of the Amazon Web Services account that an image has been shared with."
        }
      ]
    }
  },
  "description": "Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html\"> Share or Unshare a Custom WorkSpaces Image</a>.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImagePermission",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-image-permission-schema.json"
}