Interface LaunchTemplateInstanceMarketOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateInstanceMarketOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.634Z") @Stability(Stable) public interface LaunchTemplateInstanceMarketOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateInstanceMarketOptions.BuilderA builder forLaunchTemplateInstanceMarketOptionsstatic classLaunchTemplateInstanceMarketOptions.Jsii$ProxyAn implementation forLaunchTemplateInstanceMarketOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchTemplateInstanceMarketOptions.Builderbuilder()default StringgetMarketType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#market_type LaunchTemplate#market_type}.default LaunchTemplateInstanceMarketOptionsSpotOptionsgetSpotOptions()spot_options block.
-
-
-
Method Detail
-
getMarketType
@Stability(Stable) @Nullable default String getMarketType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#market_type LaunchTemplate#market_type}.
-
getSpotOptions
@Stability(Stable) @Nullable default LaunchTemplateInstanceMarketOptionsSpotOptions getSpotOptions()
spot_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#spot_options LaunchTemplate#spot_options}
-
builder
@Stability(Stable) static LaunchTemplateInstanceMarketOptions.Builder builder()
-
-