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

CreateImageBuilderStreamingURLRequest

import type { CreateImageBuilderStreamingURLRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface CreateImageBuilderStreamingURLRequest {
Name: string;
Validity?: number | null;
}

§Properties

§
Name: string
[src]

The name of the image builder.

§
Validity?: number | null
[src]

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.