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

CreateAppBlockRequest

import type { CreateAppBlockRequest } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
interface CreateAppBlockRequest {
Description?: string | null;
DisplayName?: string | null;
Name: string;
SetupScriptDetails: ScriptDetails;
SourceS3Location: S3Location;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

The description of the app block.

§
DisplayName?: string | null
[src]

The display name of the app block. This is not displayed to the user.

§
Name: string
[src]

The name of the app block.

§
SetupScriptDetails: ScriptDetails
[src]

The setup script details of the app block.

§
SourceS3Location: S3Location
[src]

The source S3 location of the app block.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the app block.