Interface: DatasetDescriptor
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:203
The identifier of a Dataset including its "old" and "new(current)" versions if they are known.
Properties
alias
readonlyalias:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:211
The dataset name (alias)
id
readonlyid:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:207
The dataset id within the environment
version
readonlyversion:VersionPair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:216
The version hash of the dataset, including the "from" (old) and "to" (new/current) versions if they are different.