Amazon WorkSpaces · JSON Structure

Workspaces Image Permission Structure

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.

Type: object Properties: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

ImagePermission is a JSON Structure definition published by Amazon WorkSpaces, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SharedAccountId

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ImagePermission",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-image-permission-structure.json"
}