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
readonlydatasetAlias: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
readonlydatasetId: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
readonlydatasetVersionHash: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
readonlyenvironmentId: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
readonlyenvironmentUri: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
readonlyevent:MigrationLifecycleEventType
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:33
The type of lifecycle event
type
readonlytype:"lifecycle"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:25