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

ReplicaGlobalSecondaryIndex

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

Represents the properties of a replica global secondary index.

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

§Properties

§
IndexName: string
[src]

The name of the global secondary index.

§
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | null
[src]

Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.