Class 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
    • 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)