Interface Ec2FleetOnDemandOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    Ec2FleetOnDemandOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.732Z")
    @Stability(Stable)
    public interface Ec2FleetOnDemandOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllocationStrategy

        @Stability(Stable)
        @Nullable
        default String getAllocationStrategy()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#allocation_strategy Ec2Fleet#allocation_strategy}.
      • getMaxTotalPrice

        @Stability(Stable)
        @Nullable
        default String getMaxTotalPrice()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#max_total_price Ec2Fleet#max_total_price}.
      • getMinTargetCapacity

        @Stability(Stable)
        @Nullable
        default Number getMinTargetCapacity()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#min_target_capacity Ec2Fleet#min_target_capacity}.
      • getSingleAvailabilityZone

        @Stability(Stable)
        @Nullable
        default Object getSingleAvailabilityZone()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#single_availability_zone Ec2Fleet#single_availability_zone}.
      • getSingleInstanceType

        @Stability(Stable)
        @Nullable
        default Object getSingleInstanceType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#single_instance_type Ec2Fleet#single_instance_type}.