LaunchTemplateInstanceMarketOptionsArgs

data class LaunchTemplateInstanceMarketOptionsArgs(val marketType: Output<String>? = null, val spotOptions: Output<LaunchTemplateSpotOptionsArgs>? = null) : ConvertibleToJava<LaunchTemplateInstanceMarketOptionsArgs>

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: Output<String>? = null, spotOptions: Output<LaunchTemplateSpotOptionsArgs>? = null)

Properties

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

The market type.

Link copied to clipboard

The options for Spot Instances.

Functions

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