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

ProtectedQueryS3OutputConfiguration

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

Contains the configuration to write the query results to S3.

interface ProtectedQueryS3OutputConfiguration {
bucket: string;
keyPrefix?: string | null;
resultFormat: ResultFormat;
}

§Properties

§
bucket: string
[src]

The S3 bucket to unload the protected query results.

§
keyPrefix?: string | null
[src]

The S3 prefix to unload the protected query results.

§
resultFormat: ResultFormat
[src]

Intended file format of the result.