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

UpdateConfiguredTableAssociationInput

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

§Properties

§
configuredTableAssociationIdentifier: string
[src]

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

§
description?: string | null
[src]

A new description for the configured table association.

§
membershipIdentifier: string
[src]

The unique ID for the membership that the configured table association belongs to.

§
roleArn?: string | null
[src]

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