Launch Template Instance Market Options Args
data class LaunchTemplateInstanceMarketOptionsArgs(val marketType: Output<String>? = null, val spotOptions: Output<LaunchTemplateSpotOptionsArgs>? = null) : ConvertibleToJava<LaunchTemplateInstanceMarketOptionsArgs>
The market (purchasing) option for the instances.
Constructors
Link copied to clipboard
fun LaunchTemplateInstanceMarketOptionsArgs(marketType: Output<String>? = null, spotOptions: Output<LaunchTemplateSpotOptionsArgs>? = null)