Interface: AuroraLocationClusterGroupProps
Defined in: packages/depot-cdk/src/stage-depot-location.ts:182
Extends
LocationProps.AuroraProps
Properties
clusterGroupName
readonlyclusterGroupName:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:194
Cluster group is used to group multiple depot-aurora locations to re-use the same Aurora cluster
if clusterGroup is not set: name will be used as clusterGroup and this location will be considered the main location for the cluster config
if clusterGroup is set: all cluster config will be ignored and cluster with provided name will be used
createEntities?
readonlyoptionalcreateEntities?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:289
When true, Aurora tables and views will be created automatically if they do not exist.
Default is true
Inherited from
dataLocations?
readonlyoptionaldataLocations?:string[]
Defined in: packages/depot-cdk/src/stage-depot-location.ts:309
S3 locations for which to create stages
Inherited from
deploymentGroup?
readonlyoptionaldeploymentGroup?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:67
Inherited from
LocationProps.deploymentGroup
disableMigrations?
readonlyoptionaldisableMigrations?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:303
When true, migrations will be skipped
Inherited from
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:283
A name or alias for this location. No duplicates are allowed
Inherited from
readable?
readonlyoptionalreadable?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:300
When false, location will not be a candidate for query fallback.
Default is true
Inherited from
strictMigrations?
readonlyoptionalstrictMigrations?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:306
When true, migrations will be strict (i.e. an error will be thrown if the migration fails)
Inherited from
writable?
readonlyoptionalwritable?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:295
When false, location will return exception on write requests through the API.
Default is true