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

RegionalBucket

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

The container for the regional bucket.

interface RegionalBucket {
Bucket: string;
BucketArn?: string | null;
CreationDate: Date | number;
OutpostId?: string | null;
PublicAccessBlockEnabled: boolean;
}

§Properties

§
Bucket: string
[src]
§
BucketArn?: string | null
[src]

The Amazon Resource Name (ARN) for the regional bucket.

§
CreationDate: Date | number
[src]

The creation date of the regional bucket

§
OutpostId?: string | null
[src]

The Outposts ID of the regional bucket.

§
PublicAccessBlockEnabled: boolean
[src]