Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateTable

Hierarchy

  • UpdateTable

Index

Properties

Optional SSE

SSE: SSESpecification

Optional attrDefs

attrDefs: { AttributeName: string; AttributeType: "S" | "N" | "B" }[]

Optional gsi

gsi: ({ Create: CreateGlobalSecondaryIndexAction } | { Update: UpdateGlobalSecondaryIndexAction } | { Delete: DeleteGlobalSecondaryIndexAction })[]

Optional replicaUpdates

replicaUpdates: ReplicationGroupUpdateList

Optional streamSpec

streamSpec: StreamSpecification

Optional throughput

throughput: undefined | { read: number; write: number }

Generated using TypeDoc