OptimizationPreference type

The preferred optimization goal for scheduled action operations.
KnownOptimizationPreference can be used interchangeably with OptimizationPreference, this enum contains the known values that the service supports.

Known values supported by the service

Cost: Prioritizes cost savings.
Availability: Prioritizes resource availability.
CostAvailabilityBalanced: Balances cost savings and resource availability.

type OptimizationPreference = string