Skip to main content

Interface: MigrationLifecycleEvent

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:24

Informative event sent over EventBridge at different stages of the migration process for a given dataset and version.

Extends

  • MigrationEventBase

Properties

datasetAlias

readonly datasetAlias: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:13

The dataset name (alias) this event relates to

Inherited from

MigrationEventBase.datasetAlias


datasetId

readonly datasetId: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:9

The dataset id this event relates to

Inherited from

MigrationEventBase.datasetId


datasetVersionHash

readonly datasetVersionHash: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:29

A hash representing the version of the dataset being migrated to.


environmentId

readonly environmentId: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:5

The environment id this event relates to

Inherited from

MigrationEventBase.environmentId


environmentUri

readonly environmentUri: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:17

The environment uri (version) of the dataset infrastructure deployment.

Inherited from

MigrationEventBase.environmentUri


event

readonly event: MigrationLifecycleEventType

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:33

The type of lifecycle event


type

readonly type: "lifecycle"

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:25