Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateWorkspaceImagePermissionRequest

import type { UpdateWorkspaceImagePermissionRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface UpdateWorkspaceImagePermissionRequest {
AllowCopyImage: boolean;
ImageId: string;
SharedAccountId: string;
}

§Properties

§
AllowCopyImage: boolean
[src]

The permission to copy the image. This permission can be revoked only after an image has been shared.

§
ImageId: string
[src]

The identifier of the image.

§
SharedAccountId: string
[src]

The identifier of the Amazon Web Services account to share or unshare the image with.

! IMPORTANT: ! Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.