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

AnalysisRule

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

A specification about how data from the configured table can be used in a query.

interface AnalysisRule {
collaborationId: string;
createTime: Date | number;
name: string;
updateTime: Date | number;
}

§Properties

§
collaborationId: string
[src]

The unique ID for the associated collaboration.

§
createTime: Date | number
[src]

The time the analysis rule was created.

§
name: string
[src]

The name for the analysis rule.

§

A policy that describes the associated data usage limitations.

§

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

§
updateTime: Date | number
[src]

The time the analysis rule was last updated.