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

ListConfiguredTableAssociationsInput

import type { ListConfiguredTableAssociationsInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface ListConfiguredTableAssociationsInput {
maxResults?: number | null;
membershipIdentifier: string;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum size of the results that is returned per call.

§
membershipIdentifier: string
[src]

A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.

§
nextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.