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

ProvisionedThroughputOverride

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

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

interface ProvisionedThroughputOverride {
ReadCapacityUnits?: number | null;
}

§Properties

§
ReadCapacityUnits?: number | null
[src]

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