Class Ec2FleetSpotOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.ec2_fleet.Ec2FleetSpotOptionsOutputReference
-
- 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.733Z") @Stability(Stable) public class Ec2FleetSpotOptionsOutputReference 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 Ec2FleetSpotOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEc2FleetSpotOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEc2FleetSpotOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllocationStrategy()StringgetAllocationStrategyInput()StringgetInstanceInterruptionBehavior()StringgetInstanceInterruptionBehaviorInput()NumbergetInstancePoolsToUseCount()NumbergetInstancePoolsToUseCountInput()Ec2FleetSpotOptionsgetInternalValue()Ec2FleetSpotOptionsMaintenanceStrategiesOutputReferencegetMaintenanceStrategies()Ec2FleetSpotOptionsMaintenanceStrategiesgetMaintenanceStrategiesInput()voidputMaintenanceStrategies(Ec2FleetSpotOptionsMaintenanceStrategies value)voidresetAllocationStrategy()voidresetInstanceInterruptionBehavior()voidresetInstancePoolsToUseCount()voidresetMaintenanceStrategies()voidsetAllocationStrategy(String value)voidsetInstanceInterruptionBehavior(String value)voidsetInstancePoolsToUseCount(Number value)voidsetInternalValue(Ec2FleetSpotOptions 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
-
Ec2FleetSpotOptionsOutputReference
protected Ec2FleetSpotOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Ec2FleetSpotOptionsOutputReference
protected Ec2FleetSpotOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
Ec2FleetSpotOptionsOutputReference
@Stability(Stable) public Ec2FleetSpotOptionsOutputReference(@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
-
putMaintenanceStrategies
@Stability(Stable) public void putMaintenanceStrategies(@NotNull Ec2FleetSpotOptionsMaintenanceStrategies value)- Parameters:
value- This parameter is required.
-
resetAllocationStrategy
@Stability(Stable) public void resetAllocationStrategy()
-
resetInstanceInterruptionBehavior
@Stability(Stable) public void resetInstanceInterruptionBehavior()
-
resetInstancePoolsToUseCount
@Stability(Stable) public void resetInstancePoolsToUseCount()
-
resetMaintenanceStrategies
@Stability(Stable) public void resetMaintenanceStrategies()
-
getMaintenanceStrategies
@Stability(Stable) @NotNull public Ec2FleetSpotOptionsMaintenanceStrategiesOutputReference getMaintenanceStrategies()
-
getAllocationStrategyInput
@Stability(Stable) @Nullable public String getAllocationStrategyInput()
-
getInstanceInterruptionBehaviorInput
@Stability(Stable) @Nullable public String getInstanceInterruptionBehaviorInput()
-
getInstancePoolsToUseCountInput
@Stability(Stable) @Nullable public Number getInstancePoolsToUseCountInput()
-
getMaintenanceStrategiesInput
@Stability(Stable) @Nullable public Ec2FleetSpotOptionsMaintenanceStrategies getMaintenanceStrategiesInput()
-
getAllocationStrategy
@Stability(Stable) @NotNull public String getAllocationStrategy()
-
setAllocationStrategy
@Stability(Stable) public void setAllocationStrategy(@NotNull String value)
-
getInstanceInterruptionBehavior
@Stability(Stable) @NotNull public String getInstanceInterruptionBehavior()
-
setInstanceInterruptionBehavior
@Stability(Stable) public void setInstanceInterruptionBehavior(@NotNull String value)
-
getInstancePoolsToUseCount
@Stability(Stable) @NotNull public Number getInstancePoolsToUseCount()
-
setInstancePoolsToUseCount
@Stability(Stable) public void setInstancePoolsToUseCount(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public Ec2FleetSpotOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable Ec2FleetSpotOptions value)
-
-