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

ReplicaAutoScalingUpdate

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

Represents the auto scaling settings of a replica that will be modified.

interface ReplicaAutoScalingUpdate {
RegionName: string;
ReplicaGlobalSecondaryIndexUpdates?: ReplicaGlobalSecondaryIndexAutoScalingUpdate[] | null;
ReplicaProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null;
}

§Properties

§
RegionName: string
[src]

The Region where the replica exists.

§
ReplicaGlobalSecondaryIndexUpdates?: ReplicaGlobalSecondaryIndexAutoScalingUpdate[] | null
[src]

Represents the auto scaling settings of global secondary indexes that will be modified.

§
ReplicaProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null
[src]