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

AnalyticsS3BucketDestination

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

Contains information about where to publish the analytics results.

interface AnalyticsS3BucketDestination {
Bucket: string;
BucketAccountId?: string | null;
Prefix?: string | null;
}

§Properties

§
Bucket: string
[src]

The Amazon Resource Name (ARN) of the bucket to which data is exported.

§
BucketAccountId?: string | null
[src]

The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

Note: Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

§

Specifies the file format used when exporting data to Amazon S3.

§
Prefix?: string | null
[src]

The prefix to use when exporting data. The prefix is prepended to all results.