{ "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": "
The identifier of the Amazon Web Services account to share or unshare the image with.
Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.