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

ConfiguredTableAnalysisRule

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

A configured table analysis rule, which limits how data for this table can be used.

interface ConfiguredTableAnalysisRule {
configuredTableArn: string;
configuredTableId: string;
createTime: Date | number;
updateTime: Date | number;
}

§Properties

§
configuredTableArn: string
[src]

The unique ARN for the configured table.

§
configuredTableId: string
[src]

The unique ID for the configured table.

§
createTime: Date | number
[src]

The time the configured table analysis rule was created.

§

The policy that controls SQL query rules.

§

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

§
updateTime: Date | number
[src]

The time the configured table analysis rule was last updated.