Class OpsworksInstanceEbsBlockDeviceOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.opsworks_instance.OpsworksInstanceEbsBlockDeviceOutputReference
-
- 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:54.301Z") @Stability(Stable) public class OpsworksInstanceEbsBlockDeviceOutputReference 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 OpsworksInstanceEbsBlockDeviceOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedOpsworksInstanceEbsBlockDeviceOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOpsworksInstanceEbsBlockDeviceOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetDeleteOnTermination()ObjectgetDeleteOnTerminationInput()StringgetDeviceName()StringgetDeviceNameInput()ObjectgetInternalValue()NumbergetIops()NumbergetIopsInput()StringgetSnapshotId()StringgetSnapshotIdInput()NumbergetVolumeSize()NumbergetVolumeSizeInput()StringgetVolumeType()StringgetVolumeTypeInput()voidresetDeleteOnTermination()voidresetIops()voidresetSnapshotId()voidresetVolumeSize()voidresetVolumeType()voidsetDeleteOnTermination(com.hashicorp.cdktf.IResolvable value)voidsetDeleteOnTermination(Boolean value)voidsetDeviceName(String value)voidsetInternalValue(com.hashicorp.cdktf.IResolvable value)voidsetInternalValue(OpsworksInstanceEbsBlockDevice value)voidsetIops(Number value)voidsetSnapshotId(String value)voidsetVolumeSize(Number value)voidsetVolumeType(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
-
OpsworksInstanceEbsBlockDeviceOutputReference
protected OpsworksInstanceEbsBlockDeviceOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OpsworksInstanceEbsBlockDeviceOutputReference
protected OpsworksInstanceEbsBlockDeviceOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OpsworksInstanceEbsBlockDeviceOutputReference
@Stability(Stable) public OpsworksInstanceEbsBlockDeviceOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
resetDeleteOnTermination
@Stability(Stable) public void resetDeleteOnTermination()
-
resetIops
@Stability(Stable) public void resetIops()
-
resetSnapshotId
@Stability(Stable) public void resetSnapshotId()
-
resetVolumeSize
@Stability(Stable) public void resetVolumeSize()
-
resetVolumeType
@Stability(Stable) public void resetVolumeType()
-
getDeleteOnTerminationInput
@Stability(Stable) @Nullable public Object getDeleteOnTerminationInput()
-
getDeviceNameInput
@Stability(Stable) @Nullable public String getDeviceNameInput()
-
getIopsInput
@Stability(Stable) @Nullable public Number getIopsInput()
-
getSnapshotIdInput
@Stability(Stable) @Nullable public String getSnapshotIdInput()
-
getVolumeSizeInput
@Stability(Stable) @Nullable public Number getVolumeSizeInput()
-
getVolumeTypeInput
@Stability(Stable) @Nullable public String getVolumeTypeInput()
-
getDeleteOnTermination
@Stability(Stable) @NotNull public Object getDeleteOnTermination()
-
setDeleteOnTermination
@Stability(Stable) public void setDeleteOnTermination(@NotNull Boolean value)
-
setDeleteOnTermination
@Stability(Stable) public void setDeleteOnTermination(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getDeviceName
@Stability(Stable) @NotNull public String getDeviceName()
-
setDeviceName
@Stability(Stable) public void setDeviceName(@NotNull String value)
-
getIops
@Stability(Stable) @NotNull public Number getIops()
-
setIops
@Stability(Stable) public void setIops(@NotNull Number value)
-
getSnapshotId
@Stability(Stable) @NotNull public String getSnapshotId()
-
setSnapshotId
@Stability(Stable) public void setSnapshotId(@NotNull String value)
-
getVolumeSize
@Stability(Stable) @NotNull public Number getVolumeSize()
-
setVolumeSize
@Stability(Stable) public void setVolumeSize(@NotNull Number value)
-
getVolumeType
@Stability(Stable) @NotNull public String getVolumeType()
-
setVolumeType
@Stability(Stable) public void setVolumeType(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OpsworksInstanceEbsBlockDevice value)
-
-