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

ConfiguredTableSummary

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

The configured table summary for the objects listed by the request.

interface ConfiguredTableSummary {
analysisMethod: AnalysisMethod;
analysisRuleTypes: ConfiguredTableAnalysisRuleType[];
arn: string;
createTime: Date | number;
id: string;
name: string;
updateTime: Date | number;
}

§Properties

§
analysisMethod: AnalysisMethod
[src]

The analysis method for the configured tables. The only valid value is currently DIRECT_QUERY.

§

The types of analysis rules associated with this configured table.

§
arn: string
[src]

The unique ARN of the configured table.

§
createTime: Date | number
[src]

The time the configured table was created.

§
id: string
[src]

The unique ID of the configured table.

§
name: string
[src]

The name of the configured table.

§
updateTime: Date | number
[src]

The time the configured table was last updated.