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]§
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | null
[src]§
ReplicaSettingsUpdate?: ReplicaSettingsUpdate[] | null
[src]