LaunchTemplateInstanceMarketOptions

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val marketType: String? = null

The market type.

Link copied to clipboard