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

OutputFileUriValue

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

The value of the variable as a structure that specifies an output file URI.

interface OutputFileUriValue {
fileName: string;
}

§Properties

§
fileName: string
[src]

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.