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

ManifestFileLocation

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

Amazon S3 manifest file location.

interface ManifestFileLocation {
Bucket: string;
Key: string;
}

§Properties

§
Bucket: string
[src]

Amazon S3 bucket.

§
Key: string
[src]

Amazon S3 key that identifies an object.