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

CreateApplicationPresignedUrlRequest

import type { CreateApplicationPresignedUrlRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface CreateApplicationPresignedUrlRequest {
ApplicationName: string;
SessionExpirationDurationInSeconds?: number | null;
UrlType: UrlType;
}

§Properties

§
ApplicationName: string
[src]

The name of the application.

§
SessionExpirationDurationInSeconds?: number | null
[src]

The duration in seconds for which the returned URL will be valid.

§
UrlType: UrlType
[src]

The type of the extension for which to create and return a URL. Currently, the only valid extension URL type is FLINK_DASHBOARD_URL.