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

ScriptDetails

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

Describes the details of the script.

interface ScriptDetails {
ExecutableParameters?: string | null;
ExecutablePath: string;
ScriptS3Location: S3Location;
TimeoutInSeconds: number;
}

§Properties

§
ExecutableParameters?: string | null
[src]

The runtime parameters passed to the run path for the script.

§
ExecutablePath: string
[src]

The run path for the script.

§
ScriptS3Location: S3Location
[src]

The S3 object location for the script.

§
TimeoutInSeconds: number
[src]

The run timeout, in seconds, for the script.