Interface: EnvironmentDescriptor
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:180
The identifier of an Environment, including its "old" and "new(current)" version if they are known.
Properties
id
readonlyid:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:184
The environment id
name
readonlyname:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:188
The environment name
url
readonlyurl:VersionPair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:197
The Environment URI (configuration version) of the environment, with a "from" and a distinct "to" version if the environment has been updated between the "old" and "new versions of the dataset.
Note that whilst Depot has traditionally updated the environmentUri on each dataset update, this may no longer be true in the future (May 2025).