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

S3Location

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

Describes the S3 location.

interface S3Location {
S3Bucket: string;
S3Key: string;
}

§Properties

§
S3Bucket: string
[src]

The S3 bucket of the S3 object.

§
S3Key: string
[src]

The S3 key of the S3 object.