Class LaunchTemplateBlockDeviceMappingsEbsOutputReference

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

      • LaunchTemplateBlockDeviceMappingsEbsOutputReference

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

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

        @Stability(Stable)
        public LaunchTemplateBlockDeviceMappingsEbsOutputReference​(@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)