Class ElasticsearchDomainEbsOptionsOutputReference

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

      • ElasticsearchDomainEbsOptionsOutputReference

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

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

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

      • resetIops

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

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

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

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

        @Stability(Stable)
        @Nullable
        public Object getEbsEnabledInput()
      • 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()
      • getEbsEnabled

        @Stability(Stable)
        @NotNull
        public Object getEbsEnabled()
      • setEbsEnabled

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

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