Skip to main content

Interface: AuroraProps

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

Extended by

Properties

createEntities?

readonly optional createEntities?: 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?

readonly optional dataLocations?: string[]

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

S3 locations for which to create stages


disableMigrations?

readonly optional disableMigrations?: boolean

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

When true, migrations will be skipped


name

readonly name: string

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

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


readable?

readonly optional readable?: 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?

readonly optional strictMigrations?: 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?

readonly optional writable?: 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