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.4/services/resiliencehub.ts?docs=full";

The location of the Amazon S3 bucket.

interface S3Location {
bucket?: string | null;
prefix?: string | null;
}

§Properties

§
bucket?: string | null
[src]

The name of the Amazon S3 bucket.

§
prefix?: string | null
[src]

The prefix for the Amazon S3 bucket.