LaunchTemplateInstanceMarketOptionsArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateInstanceMarketOptionsArgs

Properties

Link copied to clipboard
val marketType: Output<String>? = null

The market type.

Link copied to clipboard