Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigureMachineOptions

Hierarchy

Index

Properties

Optional name

name: string

SDM name if you want to override the default which uses the package name.

Optional postProcessors

postProcessors: ConfigurationPostProcessor | ConfigurationPostProcessor[]

These functions are called after the configureSdm post-processor.

Optional preProcessors

These functions are called in the first postProcessor. Specifically, the first post-processor is configureSdm these functions are called in its SoftwareDeliveryMachineMaker function prior to it calling the createSoftwareDeliveryMachine.

Optional requiredConfigurationValues

requiredConfigurationValues: Array<string | { path: string; type: ConfigurationValueType }>

Optional array of required configuration value paths resolved against the root configuration

Generated using TypeDoc