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

DeleteConfiguredTableAssociationInput

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

§Properties

§
configuredTableAssociationIdentifier: string
[src]

The unique ID for the configured table association to be deleted. 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.