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

UpdateConfiguredTableInput

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

§Properties

§
configuredTableIdentifier: string
[src]

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

§
description?: string | null
[src]

A new description for the configured table.

§
name?: string | null
[src]

A new name for the configured table.