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
    • 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}.