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

S3BucketDestination

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

A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.

interface S3BucketDestination {
AccountId: string;
Arn: string;
Encryption?: StorageLensDataExportEncryption | null;
Format: Format;
OutputSchemaVersion: OutputSchemaVersion;
Prefix?: string | null;
}

§Properties

§
AccountId: string
[src]

The account ID of the owner of the S3 Storage Lens metrics export bucket.

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the following format: arn:aws:s3:_us-east-1_:_example-account-id_:bucket/_your-destination-bucket-name_

§

The container for the type encryption of the metrics exports in this bucket.

§
OutputSchemaVersion: OutputSchemaVersion
[src]

The schema version of the export file.

§
Prefix?: string | null
[src]

The prefix of the destination bucket where the metrics export will be delivered.