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

ProtectedQueryS3Output

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

Contains output information for protected queries with an S3 output type.

interface ProtectedQueryS3Output {
location: string;
}

§Properties

§
location: string
[src]

The S3 location of the result.