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

OutPutS3Location

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

The location of an output object in Amazon S3.

interface OutPutS3Location {
BucketName: string;
ObjectKey: string;
}

§Properties

§
BucketName: string
[src]

The object's bucket.

§
ObjectKey: string
[src]

The object's key.