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

CreateGlobalTableInput

import type { CreateGlobalTableInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface CreateGlobalTableInput {
GlobalTableName: string;
ReplicationGroup: Replica[];
}

§Properties

§
GlobalTableName: string
[src]

The global table name.

§
ReplicationGroup: Replica[]
[src]

The Regions where the global table needs to be created.