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

GlobalTable

import type { GlobalTable } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Represents the properties of a global table.

interface GlobalTable {
GlobalTableName?: string | null;
ReplicationGroup?: Replica[] | null;
}

§Properties

§
GlobalTableName?: string | null
[src]

The global table name.

§
ReplicationGroup?: Replica[] | null
[src]

The Regions where the global table has replicas.