LaunchTemplateInstanceMarketOptions

data class LaunchTemplateInstanceMarketOptions(val marketType: String? = null, val spotOptions: LaunchTemplateInstanceMarketOptionsSpotOptions? = null)

Constructors

Link copied to clipboard
constructor(marketType: String? = null, spotOptions: LaunchTemplateInstanceMarketOptionsSpotOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val marketType: String? = null

The market type. Can be spot.

Link copied to clipboard