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

GetSchemaAnalysisRuleInput

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

§Properties

§
collaborationIdentifier: string
[src]

A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

§
name: string
[src]

The name of the schema to retrieve the analysis rule for.

§

The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.