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

Region

import type { Region } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";

A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.

interface Region {
Bucket: string;
}

§Properties

§
Bucket: string
[src]

The name of the associated bucket for the Region.