LaunchTemplateInstanceMarketOptions

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

Specifies the market (purchasing) option for an instance. `InstanceMarketOptions` is a property of the AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

Link copied to clipboard
constructor(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

The options for Spot Instances.