Class LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference
-
- 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.635Z") @Stability(Stable) public class LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference 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 LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedLaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetBlockDurationMinutes()NumbergetBlockDurationMinutesInput()StringgetInstanceInterruptionBehavior()StringgetInstanceInterruptionBehaviorInput()LaunchTemplateInstanceMarketOptionsSpotOptionsgetInternalValue()StringgetMaxPrice()StringgetMaxPriceInput()StringgetSpotInstanceType()StringgetSpotInstanceTypeInput()StringgetValidUntil()StringgetValidUntilInput()voidresetBlockDurationMinutes()voidresetInstanceInterruptionBehavior()voidresetMaxPrice()voidresetSpotInstanceType()voidresetValidUntil()voidsetBlockDurationMinutes(Number value)voidsetInstanceInterruptionBehavior(String value)voidsetInternalValue(LaunchTemplateInstanceMarketOptionsSpotOptions 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
-
LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference
protected LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference
protected LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference
@Stability(Stable) public LaunchTemplateInstanceMarketOptionsSpotOptionsOutputReference(@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
-
resetBlockDurationMinutes
@Stability(Stable) public void resetBlockDurationMinutes()
-
resetInstanceInterruptionBehavior
@Stability(Stable) public void resetInstanceInterruptionBehavior()
-
resetMaxPrice
@Stability(Stable) public void resetMaxPrice()
-
resetSpotInstanceType
@Stability(Stable) public void resetSpotInstanceType()
-
resetValidUntil
@Stability(Stable) public void resetValidUntil()
-
getBlockDurationMinutesInput
@Stability(Stable) @Nullable public Number getBlockDurationMinutesInput()
-
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()
-
getBlockDurationMinutes
@Stability(Stable) @NotNull public Number getBlockDurationMinutes()
-
setBlockDurationMinutes
@Stability(Stable) public void setBlockDurationMinutes(@NotNull Number value)
-
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 LaunchTemplateInstanceMarketOptionsSpotOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable LaunchTemplateInstanceMarketOptionsSpotOptions value)
-
-