Class LoggingMetricMetricDescriptorOutputReference

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

      • LoggingMetricMetricDescriptorOutputReference

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

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

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

      • putLabels

        @Stability(Stable)
        public void putLabels​(@NotNull
                              Object value)
        Parameters:
        value - This parameter is required.
      • resetDisplayName

        @Stability(Stable)
        public void resetDisplayName()
      • resetLabels

        @Stability(Stable)
        public void resetLabels()
      • resetUnit

        @Stability(Stable)
        public void resetUnit()
      • getDisplayNameInput

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getLabelsInput

        @Stability(Stable)
        @Nullable
        public Object getLabelsInput()
      • getMetricKindInput

        @Stability(Stable)
        @Nullable
        public String getMetricKindInput()
      • getUnitInput

        @Stability(Stable)
        @Nullable
        public String getUnitInput()
      • getValueTypeInput

        @Stability(Stable)
        @Nullable
        public String getValueTypeInput()
      • getDisplayName

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getMetricKind

        @Stability(Stable)
        @NotNull
        public String getMetricKind()
      • setMetricKind

        @Stability(Stable)
        public void setMetricKind​(@NotNull
                                  String value)
      • getUnit

        @Stability(Stable)
        @NotNull
        public String getUnit()
      • setUnit

        @Stability(Stable)
        public void setUnit​(@NotNull
                            String value)
      • getValueType

        @Stability(Stable)
        @NotNull
        public String getValueType()
      • setValueType

        @Stability(Stable)
        public void setValueType​(@NotNull
                                 String value)