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

GlobalSecondaryIndexAutoScalingUpdate

import type { GlobalSecondaryIndexAutoScalingUpdate } 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 global table that will be modified.

interface GlobalSecondaryIndexAutoScalingUpdate {
IndexName?: string | null;
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null;
}

§Properties

§
IndexName?: string | null
[src]

The name of the global secondary index.

§
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | null
[src]