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

ConfiguredTableAnalysisRulePolicyV1

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

Controls on the query specifications that can be run on a configured table.

interface ConfiguredTableAnalysisRulePolicyV1 {
aggregation?: AnalysisRuleAggregation | null;
list?: AnalysisRuleList | null;
}

§Properties

§
aggregation?: AnalysisRuleAggregation | null
[src]

Analysis rule type that enables only aggregation queries on a configured table.

§
list?: AnalysisRuleList | null
[src]

Analysis rule type that enables only list queries on a configured table.