Interface: AuroraProps
Defined in: packages/depot-cdk/src/stage-depot-location.ts:281
Extended by
Properties
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
dataLocations?
readonlyoptionaldataLocations?:string[]
Defined in: packages/depot-cdk/src/stage-depot-location.ts:309
S3 locations for which to create stages
disableMigrations?
readonlyoptionaldisableMigrations?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:303
When true, migrations will be skipped
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
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
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)
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