Skip to main content

Enumeration: ReplicationMode

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

Depot Composite Location replication mode to use for the replica location

Enumeration Members

ASYNC

ASYNC: "ASYNC"

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

Data is replicated to the replica location as soon as possible


IMMEDIATE

IMMEDIATE: "IMMEDIATE"

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

Data is replicated to the replica location as soon as it is available in the primary location, and the request is completed synchronously