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

S3Configuration

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

Details on S3 location for error reports that result from running a query.

interface S3Configuration {
BucketName: string;
EncryptionOption?: S3EncryptionOption | null;
ObjectKeyPrefix?: string | null;
}

§Properties

§
BucketName: string
[src]

Name of the S3 bucket under which error reports will be created.

§
EncryptionOption?: S3EncryptionOption | null
[src]

Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.

§
ObjectKeyPrefix?: string | null
[src]

Prefix for the error report key. Timestream by default adds the following prefix to the error report path.