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

ReplicaGlobalSecondaryIndexAutoScalingUpdate

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

Represents the auto scaling settings of a global secondary index for a replica that will be modified.

interface ReplicaGlobalSecondaryIndexAutoScalingUpdate {
IndexName?: string | null;
ProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null;
}

§Properties

§
IndexName?: string | null
[src]

The name of the global secondary index.

§
ProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null
[src]