Class Ec2FleetTargetCapacitySpecificationOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.734Z")
    @Stability(Stable)
    public class Ec2FleetTargetCapacitySpecificationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • Ec2FleetTargetCapacitySpecificationOutputReference

        protected Ec2FleetTargetCapacitySpecificationOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • Ec2FleetTargetCapacitySpecificationOutputReference

        protected Ec2FleetTargetCapacitySpecificationOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Ec2FleetTargetCapacitySpecificationOutputReference

        @Stability(Stable)
        public Ec2FleetTargetCapacitySpecificationOutputReference​(@NotNull
                                                                  com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                  @NotNull
                                                                  String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetOnDemandTargetCapacity

        @Stability(Stable)
        public void resetOnDemandTargetCapacity()
      • resetSpotTargetCapacity

        @Stability(Stable)
        public void resetSpotTargetCapacity()
      • resetTargetCapacityUnitType

        @Stability(Stable)
        public void resetTargetCapacityUnitType()
      • getDefaultTargetCapacityTypeInput

        @Stability(Stable)
        @Nullable
        public String getDefaultTargetCapacityTypeInput()
      • getOnDemandTargetCapacityInput

        @Stability(Stable)
        @Nullable
        public Number getOnDemandTargetCapacityInput()
      • getSpotTargetCapacityInput

        @Stability(Stable)
        @Nullable
        public Number getSpotTargetCapacityInput()
      • getTargetCapacityUnitTypeInput

        @Stability(Stable)
        @Nullable
        public String getTargetCapacityUnitTypeInput()
      • getTotalTargetCapacityInput

        @Stability(Stable)
        @Nullable
        public Number getTotalTargetCapacityInput()
      • getDefaultTargetCapacityType

        @Stability(Stable)
        @NotNull
        public String getDefaultTargetCapacityType()
      • setDefaultTargetCapacityType

        @Stability(Stable)
        public void setDefaultTargetCapacityType​(@NotNull
                                                 String value)
      • getOnDemandTargetCapacity

        @Stability(Stable)
        @NotNull
        public Number getOnDemandTargetCapacity()
      • setOnDemandTargetCapacity

        @Stability(Stable)
        public void setOnDemandTargetCapacity​(@NotNull
                                              Number value)
      • getSpotTargetCapacity

        @Stability(Stable)
        @NotNull
        public Number getSpotTargetCapacity()
      • setSpotTargetCapacity

        @Stability(Stable)
        public void setSpotTargetCapacity​(@NotNull
                                          Number value)
      • getTargetCapacityUnitType

        @Stability(Stable)
        @NotNull
        public String getTargetCapacityUnitType()
      • setTargetCapacityUnitType

        @Stability(Stable)
        public void setTargetCapacityUnitType​(@NotNull
                                              String value)
      • getTotalTargetCapacity

        @Stability(Stable)
        @NotNull
        public Number getTotalTargetCapacity()
      • setTotalTargetCapacity

        @Stability(Stable)
        public void setTotalTargetCapacity​(@NotNull
                                           Number value)