Interface: DynamodbLocationProps
Defined in: packages/depot-cdk/src/stage-depot-location.ts:337
Extends
LocationProps
Properties
capacityMode
readonlycapacityMode:ONDEMAND
Defined in: packages/depot-cdk/src/stage-depot-location.ts:342
DynamoDB table capacity mode (currently only ondemand is supported)
deploymentGroup?
readonlyoptionaldeploymentGroup?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:67
Inherited from
LocationProps.deploymentGroup
environment
readonlyenvironment:IStageDepotEnvironment
Defined in: packages/depot-cdk/src/stage-depot-location.ts:65
Inherited from
LocationProps.environment
name
readonlyname:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:339
A name or alias for this location. No duplicates are allowed
pointInTimeRecovery?
readonlyoptionalpointInTimeRecovery?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:354
prefix?
readonlyoptionalprefix?: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?
readonlyoptionalstreamDisabled?: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?
readonlyoptionalstreamWindow?:Duration
Defined in: packages/depot-cdk/src/stage-depot-location.ts:345
Window duration for change streaming (defaults to 5 minutes)