Interface InstanceInstanceMarketOptionsSpotOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceInstanceMarketOptionsSpotOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.360Z") @Stability(Stable) public interface InstanceInstanceMarketOptionsSpotOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInstanceInstanceMarketOptionsSpotOptions.BuilderA builder forInstanceInstanceMarketOptionsSpotOptionsstatic classInstanceInstanceMarketOptionsSpotOptions.Jsii$ProxyAn implementation forInstanceInstanceMarketOptionsSpotOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static InstanceInstanceMarketOptionsSpotOptions.Builderbuilder()default StringgetInstanceInterruptionBehavior()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#instance_interruption_behavior Instance#instance_interruption_behavior}.default StringgetMaxPrice()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#max_price Instance#max_price}.default StringgetSpotInstanceType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#spot_instance_type Instance#spot_instance_type}.default StringgetValidUntil()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#valid_until Instance#valid_until}.
-
-
-
Method Detail
-
getInstanceInterruptionBehavior
@Stability(Stable) @Nullable default String getInstanceInterruptionBehavior()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#instance_interruption_behavior Instance#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/instance#max_price Instance#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/instance#spot_instance_type Instance#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/instance#valid_until Instance#valid_until}.
-
builder
@Stability(Stable) static InstanceInstanceMarketOptionsSpotOptions.Builder builder()
-
-