Launch Template Instance Market Options
data class LaunchTemplateInstanceMarketOptions(val marketType: String? = null, val spotOptions: LaunchTemplateSpotOptions? = null)
The market (purchasing) option for the instances.
Constructors
Link copied to clipboard
fun LaunchTemplateInstanceMarketOptions(marketType: String? = null, spotOptions: LaunchTemplateSpotOptions? = null)