Launch Template Instance Market Options Args
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)