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

GetConfiguredTableAssociationInput

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

§Properties

§
configuredTableAssociationIdentifier: string
[src]

The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.

§
membershipIdentifier: string
[src]

A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.