outputVariables property

List<UnitVariable>? outputVariables
getter/setter pair

Set of key/value pairs corresponding to output variables from execution of actuation templates.

The variables are declared in actuation configs (e.g in helm chart or terraform) and the values are fetched and returned by the actuation engine upon completion of execution.

Optional. Output only.

Implementation

core.List<UnitVariable>? outputVariables;