Launch Template Instance Market Options Args
    data class LaunchTemplateInstanceMarketOptionsArgs(val marketType: Output<String>? = null, val spotOptions: Output<LaunchTemplateInstanceMarketOptionsSpotOptionsArgs>? = null) : ConvertibleToJava<LaunchTemplateInstanceMarketOptionsArgs> 
Constructors
Link copied to clipboard
                fun LaunchTemplateInstanceMarketOptionsArgs(marketType: Output<String>? = null, spotOptions: Output<LaunchTemplateInstanceMarketOptionsSpotOptionsArgs>? = null)