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

UpdateTableReplicaAutoScalingInput

import type { UpdateTableReplicaAutoScalingInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface UpdateTableReplicaAutoScalingInput {
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexAutoScalingUpdate[] | null;
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null;
ReplicaUpdates?: ReplicaAutoScalingUpdate[] | null;
TableName: string;
}

§Properties

§
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexAutoScalingUpdate[] | null
[src]

Represents the auto scaling settings of the global secondary indexes of the replica to be updated.

§
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null
[src]
§
ReplicaUpdates?: ReplicaAutoScalingUpdate[] | null
[src]

Represents the auto scaling settings of replicas of the table that will be modified.

§
TableName: string
[src]

The name of the global table to be updated.