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

UpdateGlobalTableSettingsOutput

import type { UpdateGlobalTableSettingsOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface UpdateGlobalTableSettingsOutput {
GlobalTableName?: string | null;
ReplicaSettings?: ReplicaSettingsDescription[] | null;
}

§Properties

§
GlobalTableName?: string | null
[src]

The name of the global table.

§
ReplicaSettings?: ReplicaSettingsDescription[] | null
[src]

The Region-specific settings for the global table.