Class ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.imagebuilder_image_recipe.ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference
-
- 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.333Z") @Stability(Stable) public class ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference 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 ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference
protected ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference
protected ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference
@Stability(Stable) public ImagebuilderImageRecipeBlockDeviceMappingEbsOutputReference(@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
-
resetDeleteOnTermination
@Stability(Stable) public void resetDeleteOnTermination()
-
resetEncrypted
@Stability(Stable) public void resetEncrypted()
-
resetIops
@Stability(Stable) public void resetIops()
-
resetKmsKeyId
@Stability(Stable) public void resetKmsKeyId()
-
resetSnapshotId
@Stability(Stable) public void resetSnapshotId()
-
resetThroughput
@Stability(Stable) public void resetThroughput()
-
resetVolumeSize
@Stability(Stable) public void resetVolumeSize()
-
resetVolumeType
@Stability(Stable) public void resetVolumeType()
-
getDeleteOnTerminationInput
@Stability(Stable) @Nullable public String getDeleteOnTerminationInput()
-
getEncryptedInput
@Stability(Stable) @Nullable public String getEncryptedInput()
-
getIopsInput
@Stability(Stable) @Nullable public Number getIopsInput()
-
getKmsKeyIdInput
@Stability(Stable) @Nullable public String getKmsKeyIdInput()
-
getSnapshotIdInput
@Stability(Stable) @Nullable public String getSnapshotIdInput()
-
getThroughputInput
@Stability(Stable) @Nullable public Number getThroughputInput()
-
getVolumeSizeInput
@Stability(Stable) @Nullable public Number getVolumeSizeInput()
-
getVolumeTypeInput
@Stability(Stable) @Nullable public String getVolumeTypeInput()
-
getDeleteOnTermination
@Stability(Stable) @NotNull public String getDeleteOnTermination()
-
setDeleteOnTermination
@Stability(Stable) public void setDeleteOnTermination(@NotNull String value)
-
getEncrypted
@Stability(Stable) @NotNull public String getEncrypted()
-
setEncrypted
@Stability(Stable) public void setEncrypted(@NotNull String value)
-
getIops
@Stability(Stable) @NotNull public Number getIops()
-
setIops
@Stability(Stable) public void setIops(@NotNull Number value)
-
getKmsKeyId
@Stability(Stable) @NotNull public String getKmsKeyId()
-
setKmsKeyId
@Stability(Stable) public void setKmsKeyId(@NotNull String value)
-
getSnapshotId
@Stability(Stable) @NotNull public String getSnapshotId()
-
setSnapshotId
@Stability(Stable) public void setSnapshotId(@NotNull String value)
-
getThroughput
@Stability(Stable) @NotNull public Number getThroughput()
-
setThroughput
@Stability(Stable) public void setThroughput(@NotNull Number 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 ImagebuilderImageRecipeBlockDeviceMappingEbs getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ImagebuilderImageRecipeBlockDeviceMappingEbs value)
-
-