Class LaunchConfigurationRootBlockDeviceOutputReference

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

      • LaunchConfigurationRootBlockDeviceOutputReference

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

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

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

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

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

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

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

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

        @Stability(Stable)
        @Nullable
        public Number getIopsInput()
      • 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)
      • 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)
      • 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)