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

ImagePermissions

import type { ImagePermissions } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

Describes the permissions for an image.

interface ImagePermissions {
allowFleet?: boolean | null;
allowImageBuilder?: boolean | null;
}

§Properties

§
allowFleet?: boolean | null
[src]

Indicates whether the image can be used for a fleet.

§
allowImageBuilder?: boolean | null
[src]

Indicates whether the image can be used for an image builder.