Class InstanceInstanceMarketOptionsSpotOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.instance.InstanceInstanceMarketOptionsSpotOptionsOutputReference
-
- 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:53.360Z") @Stability(Stable) public class InstanceInstanceMarketOptionsSpotOptionsOutputReference 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 InstanceInstanceMarketOptionsSpotOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedInstanceInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedInstanceInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceInterruptionBehavior()StringgetInstanceInterruptionBehaviorInput()InstanceInstanceMarketOptionsSpotOptionsgetInternalValue()StringgetMaxPrice()StringgetMaxPriceInput()StringgetSpotInstanceType()StringgetSpotInstanceTypeInput()StringgetValidUntil()StringgetValidUntilInput()voidresetInstanceInterruptionBehavior()voidresetMaxPrice()voidresetSpotInstanceType()voidresetValidUntil()voidsetInstanceInterruptionBehavior(String value)voidsetInternalValue(InstanceInstanceMarketOptionsSpotOptions value)voidsetMaxPrice(String value)voidsetSpotInstanceType(String value)voidsetValidUntil(String 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
-
InstanceInstanceMarketOptionsSpotOptionsOutputReference
protected InstanceInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
InstanceInstanceMarketOptionsSpotOptionsOutputReference
protected InstanceInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
InstanceInstanceMarketOptionsSpotOptionsOutputReference
@Stability(Stable) public InstanceInstanceMarketOptionsSpotOptionsOutputReference(@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
-
resetInstanceInterruptionBehavior
@Stability(Stable) public void resetInstanceInterruptionBehavior()
-
resetMaxPrice
@Stability(Stable) public void resetMaxPrice()
-
resetSpotInstanceType
@Stability(Stable) public void resetSpotInstanceType()
-
resetValidUntil
@Stability(Stable) public void resetValidUntil()
-
getInstanceInterruptionBehaviorInput
@Stability(Stable) @Nullable public String getInstanceInterruptionBehaviorInput()
-
getMaxPriceInput
@Stability(Stable) @Nullable public String getMaxPriceInput()
-
getSpotInstanceTypeInput
@Stability(Stable) @Nullable public String getSpotInstanceTypeInput()
-
getValidUntilInput
@Stability(Stable) @Nullable public String getValidUntilInput()
-
getInstanceInterruptionBehavior
@Stability(Stable) @NotNull public String getInstanceInterruptionBehavior()
-
setInstanceInterruptionBehavior
@Stability(Stable) public void setInstanceInterruptionBehavior(@NotNull String value)
-
getMaxPrice
@Stability(Stable) @NotNull public String getMaxPrice()
-
setMaxPrice
@Stability(Stable) public void setMaxPrice(@NotNull String value)
-
getSpotInstanceType
@Stability(Stable) @NotNull public String getSpotInstanceType()
-
setSpotInstanceType
@Stability(Stable) public void setSpotInstanceType(@NotNull String value)
-
getValidUntil
@Stability(Stable) @NotNull public String getValidUntil()
-
setValidUntil
@Stability(Stable) public void setValidUntil(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public InstanceInstanceMarketOptionsSpotOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable InstanceInstanceMarketOptionsSpotOptions value)
-
-