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

CreateConfiguredTableAssociationInput

import type { CreateConfiguredTableAssociationInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface CreateConfiguredTableAssociationInput {
configuredTableIdentifier: string;
description?: string | null;
membershipIdentifier: string;
name: string;
roleArn: string;
}

§Properties

§
configuredTableIdentifier: string
[src]

A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.

§
description?: string | null
[src]

A description for the configured table association.

§
membershipIdentifier: string
[src]

A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.

§
name: string
[src]

The name of the configured table association. This name is used to query the underlying configured table.

§
roleArn: string
[src]

The service will assume this role to access catalog metadata and query the table.