Skip to main content

Interface: DynamodbLocationProps

Defined in: packages/depot-cdk/src/stage-depot-location.ts:337

Extends

  • LocationProps

Properties

capacityMode

readonly capacityMode: ONDEMAND

Defined in: packages/depot-cdk/src/stage-depot-location.ts:342

DynamoDB table capacity mode (currently only ondemand is supported)


deploymentGroup?

readonly optional deploymentGroup?: boolean

Defined in: packages/depot-cdk/src/stage-depot-location.ts:67

Inherited from

LocationProps.deploymentGroup


environment

readonly environment: IStageDepotEnvironment

Defined in: packages/depot-cdk/src/stage-depot-location.ts:65

Inherited from

LocationProps.environment


name

readonly name: string

Defined in: packages/depot-cdk/src/stage-depot-location.ts:339

A name or alias for this location. No duplicates are allowed


pointInTimeRecovery?

readonly optional pointInTimeRecovery?: boolean

Defined in: packages/depot-cdk/src/stage-depot-location.ts:354


prefix?

readonly optional prefix?: string

Defined in: packages/depot-cdk/src/stage-depot-location.ts:357

Optional prefix, must be unique across DynamoDB locations, only alphanumeric, limit of 32 chars


streamDisabled?

readonly optional streamDisabled?: boolean

Defined in: packages/depot-cdk/src/stage-depot-location.ts:352

Flag to disable dynamo db streams. Should only be used for backup and restore purposes. Default is false


streamWindow?

readonly optional streamWindow?: Duration

Defined in: packages/depot-cdk/src/stage-depot-location.ts:345

Window duration for change streaming (defaults to 5 minutes)