Interface LaunchTemplateInstanceMarketOptionsSpotOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateInstanceMarketOptionsSpotOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.635Z") @Stability(Stable) public interface LaunchTemplateInstanceMarketOptionsSpotOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateInstanceMarketOptionsSpotOptions.BuilderA builder forLaunchTemplateInstanceMarketOptionsSpotOptionsstatic classLaunchTemplateInstanceMarketOptionsSpotOptions.Jsii$ProxyAn implementation forLaunchTemplateInstanceMarketOptionsSpotOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchTemplateInstanceMarketOptionsSpotOptions.Builderbuilder()default NumbergetBlockDurationMinutes()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#block_duration_minutes LaunchTemplate#block_duration_minutes}.default StringgetInstanceInterruptionBehavior()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#instance_interruption_behavior LaunchTemplate#instance_interruption_behavior}.default StringgetMaxPrice()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#max_price LaunchTemplate#max_price}.default StringgetSpotInstanceType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#spot_instance_type LaunchTemplate#spot_instance_type}.default StringgetValidUntil()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#valid_until LaunchTemplate#valid_until}.
-
-
-
Method Detail
-
getBlockDurationMinutes
@Stability(Stable) @Nullable default Number getBlockDurationMinutes()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#block_duration_minutes LaunchTemplate#block_duration_minutes}.
-
getInstanceInterruptionBehavior
@Stability(Stable) @Nullable default String getInstanceInterruptionBehavior()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#instance_interruption_behavior LaunchTemplate#instance_interruption_behavior}.
-
getMaxPrice
@Stability(Stable) @Nullable default String getMaxPrice()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#max_price LaunchTemplate#max_price}.
-
getSpotInstanceType
@Stability(Stable) @Nullable default String getSpotInstanceType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#spot_instance_type LaunchTemplate#spot_instance_type}.
-
getValidUntil
@Stability(Stable) @Nullable default String getValidUntil()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#valid_until LaunchTemplate#valid_until}.
-
builder
@Stability(Stable) static LaunchTemplateInstanceMarketOptionsSpotOptions.Builder builder()
-
-