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

GetConfiguredTableAnalysisRuleInput

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

§Properties

§

The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

§
configuredTableIdentifier: string
[src]

The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.