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

DeleteConfiguredTableAnalysisRuleInput

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

§Properties

§

The analysis rule type to be deleted. 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 that the analysis rule applies to. Currently accepts the configured table ID.