Skip to main content

Interface: DeploymentGroupProps

Defined in: packages/depot-cdk/src/stage-depot-deploymentgroup.ts:11

Represents a Depot Deployment Group properties

Properties

datasets?

readonly optional datasets?: Dataset[]

Defined in: packages/depot-cdk/src/stage-depot-deploymentgroup.ts:16

The optional Datasets to include in the Deployment Group


environment

readonly environment: IStageDepotEnvironment

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

The environment this Deployment Group is for


executors?

readonly optional executors?: ConcreteExecutor[]

Defined in: packages/depot-cdk/src/stage-depot-deploymentgroup.ts:22

The optional Executors to include in the Deployment Group


locations?

readonly optional locations?: ConcreteLocation[]

Defined in: packages/depot-cdk/src/stage-depot-deploymentgroup.ts:19

The optional Locations to include in the Deployment Group