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

ReplicaGlobalSecondaryIndexDescription

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

Represents the properties of a replica global secondary index.

interface ReplicaGlobalSecondaryIndexDescription {
IndexName?: string | null;
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | null;
}

§Properties

§
IndexName?: string | null
[src]

The name of the global secondary index.

§
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | null
[src]

If not described, uses the source table GSI's read capacity settings.