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

UpdateGlobalTableSettingsInput

import type { UpdateGlobalTableSettingsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";
interface UpdateGlobalTableSettingsInput {
GlobalTableBillingMode?: BillingMode | null;
GlobalTableGlobalSecondaryIndexSettingsUpdate?: GlobalTableGlobalSecondaryIndexSettingsUpdate[] | null;
GlobalTableName: string;
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | null;
GlobalTableProvisionedWriteCapacityUnits?: number | null;
ReplicaSettingsUpdate?: ReplicaSettingsUpdate[] | null;
}

§Properties

§
GlobalTableBillingMode?: BillingMode | null
[src]
§
GlobalTableGlobalSecondaryIndexSettingsUpdate?: GlobalTableGlobalSecondaryIndexSettingsUpdate[] | null
[src]
§
GlobalTableName: string
[src]
§
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | null
[src]
§
GlobalTableProvisionedWriteCapacityUnits?: number | null
[src]
§
ReplicaSettingsUpdate?: ReplicaSettingsUpdate[] | null
[src]