boostConfigs property

List<BoostConfig>? boostConfigs
getter/setter pair

A list of the boost configurations that workstations created using this workstation configuration are allowed to use.

If specified, users will have the option to choose from the list of boost configs when starting a workstation.

Optional.

Implementation

core.List<BoostConfig>? boostConfigs;