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

S3BucketInfo

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

Describes the metadata of the S3 bucket.

interface S3BucketInfo {
CreationDate?: string | null;
Name?: string | null;
}

§Properties

§
CreationDate?: string | null
[src]

The creation date of the S3 bucket.

§
Name?: string | null
[src]

The name of the S3 bucket.