Class InstanceEbsBlockDeviceOutputReference

  • 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.359Z")
    @Stability(Stable)
    public class InstanceEbsBlockDeviceOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • InstanceEbsBlockDeviceOutputReference

        protected InstanceEbsBlockDeviceOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • InstanceEbsBlockDeviceOutputReference

        protected InstanceEbsBlockDeviceOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • InstanceEbsBlockDeviceOutputReference

        @Stability(Stable)
        public InstanceEbsBlockDeviceOutputReference​(@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()
      • resetEncrypted

        @Stability(Stable)
        public void resetEncrypted()
      • resetIops

        @Stability(Stable)
        public void resetIops()
      • resetKmsKeyId

        @Stability(Stable)
        public void resetKmsKeyId()
      • resetSnapshotId

        @Stability(Stable)
        public void resetSnapshotId()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetThroughput

        @Stability(Stable)
        public void resetThroughput()
      • resetVolumeSize

        @Stability(Stable)
        public void resetVolumeSize()
      • resetVolumeType

        @Stability(Stable)
        public void resetVolumeType()
      • getVolumeId

        @Stability(Stable)
        @NotNull
        public String getVolumeId()
      • getDeleteOnTerminationInput

        @Stability(Stable)
        @Nullable
        public Object getDeleteOnTerminationInput()
      • getDeviceNameInput

        @Stability(Stable)
        @Nullable
        public String getDeviceNameInput()
      • getEncryptedInput

        @Stability(Stable)
        @Nullable
        public Object getEncryptedInput()
      • getIopsInput

        @Stability(Stable)
        @Nullable
        public Number getIopsInput()
      • getKmsKeyIdInput

        @Stability(Stable)
        @Nullable
        public String getKmsKeyIdInput()
      • getSnapshotIdInput

        @Stability(Stable)
        @Nullable
        public String getSnapshotIdInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • 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 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)
      • getEncrypted

        @Stability(Stable)
        @NotNull
        public Object getEncrypted()
      • setEncrypted

        @Stability(Stable)
        public void setEncrypted​(@NotNull
                                 Boolean value)
      • setEncrypted

        @Stability(Stable)
        public void setEncrypted​(@NotNull
                                 com.hashicorp.cdktf.IResolvable 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)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            Map<String,​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 Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     InstanceEbsBlockDevice value)