Class LoggingMetricBucketOptionsLinearBucketsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.847Z")
    @Stability(Stable)
    public class LoggingMetricBucketOptionsLinearBucketsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • LoggingMetricBucketOptionsLinearBucketsOutputReference

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

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

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

      • getNumFiniteBucketsInput

        @Stability(Stable)
        @Nullable
        public Number getNumFiniteBucketsInput()
      • getOffsetInput

        @Stability(Stable)
        @Nullable
        public Number getOffsetInput()
      • getWidthInput

        @Stability(Stable)
        @Nullable
        public Number getWidthInput()
      • getNumFiniteBuckets

        @Stability(Stable)
        @NotNull
        public Number getNumFiniteBuckets()
      • setNumFiniteBuckets

        @Stability(Stable)
        public void setNumFiniteBuckets​(@NotNull
                                        Number value)
      • getOffset

        @Stability(Stable)
        @NotNull
        public Number getOffset()
      • setOffset

        @Stability(Stable)
        public void setOffset​(@NotNull
                              Number value)
      • getWidth

        @Stability(Stable)
        @NotNull
        public Number getWidth()
      • setWidth

        @Stability(Stable)
        public void setWidth​(@NotNull
                             Number value)