Skip to main content

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

readonly id: string

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

The environment id


name

readonly name: string

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

The environment name


url

readonly url: 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).