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

S3BucketDetail

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

Contains information on the S3 bucket.

interface S3BucketDetail {
Arn?: string | null;
CreatedAt?: Date | number | null;
DefaultServerSideEncryption?: DefaultServerSideEncryption | null;
Name?: string | null;
Owner?: Owner | null;
PublicAccess?: PublicAccess | null;
Tags?: Tag[] | null;
Type?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the S3 bucket.

§
CreatedAt?: Date | number | null
[src]

The date and time the bucket was created at.

§
DefaultServerSideEncryption?: DefaultServerSideEncryption | null
[src]

Describes the server side encryption method used in the S3 bucket.

§
Name?: string | null
[src]

The name of the S3 bucket.

§
Owner?: Owner | null
[src]

The owner of the S3 bucket.

§
PublicAccess?: PublicAccess | null
[src]

Describes the public access policies that apply to the S3 bucket.

§
Tags?: Tag[] | null
[src]

All tags attached to the S3 bucket

§
Type?: string | null
[src]

Describes whether the bucket is a source or destination bucket.