Class Ec2FleetTargetCapacitySpecificationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.ec2_fleet.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description Ec2FleetTargetCapacitySpecificationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEc2FleetTargetCapacitySpecificationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEc2FleetTargetCapacitySpecificationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultTargetCapacityType()StringgetDefaultTargetCapacityTypeInput()Ec2FleetTargetCapacitySpecificationgetInternalValue()NumbergetOnDemandTargetCapacity()NumbergetOnDemandTargetCapacityInput()NumbergetSpotTargetCapacity()NumbergetSpotTargetCapacityInput()StringgetTargetCapacityUnitType()StringgetTargetCapacityUnitTypeInput()NumbergetTotalTargetCapacity()NumbergetTotalTargetCapacityInput()voidresetOnDemandTargetCapacity()voidresetSpotTargetCapacity()voidresetTargetCapacityUnitType()voidsetDefaultTargetCapacityType(String value)voidsetInternalValue(Ec2FleetTargetCapacitySpecification value)voidsetOnDemandTargetCapacity(Number value)voidsetSpotTargetCapacity(Number value)voidsetTargetCapacityUnitType(String value)voidsetTotalTargetCapacity(Number value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public Ec2FleetTargetCapacitySpecification getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable Ec2FleetTargetCapacitySpecification value)
-
-