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

StartProtectedQueryInput

import type { StartProtectedQueryInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface StartProtectedQueryInput {
membershipIdentifier: string;
resultConfiguration: ProtectedQueryResultConfiguration;
}

§Properties

§
membershipIdentifier: string
[src]

A unique identifier for the membership to run this query against. Currently accepts a membership ID.

§

The details needed to write the query results.

§

The protected SQL query parameters.

§

The type of the protected query to be started.