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

CreateConfiguredTableAnalysisRuleInput

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

§Properties

§

The entire created configured table analysis rule object.

§

The type of analysis rule. Valid values are AGGREGATION and LIST.

§
configuredTableIdentifier: string
[src]

The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.