Class AutoscalingplansScalingPlanScalingInstructionCustomizedLoadMetricSpecificationOutputReference

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

      • AutoscalingplansScalingPlanScalingInstructionCustomizedLoadMetricSpecificationOutputReference

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

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

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

      • resetDimensions

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

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

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getDimensionsInput()
      • getMetricNameInput

        @Stability(Stable)
        @Nullable
        public String getMetricNameInput()
      • getNamespaceInput

        @Stability(Stable)
        @Nullable
        public String getNamespaceInput()
      • getStatisticInput

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

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

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getDimensions()
      • setDimensions

        @Stability(Stable)
        public void setDimensions​(@NotNull
                                  Map<String,​String> value)
      • getMetricName

        @Stability(Stable)
        @NotNull
        public String getMetricName()
      • setMetricName

        @Stability(Stable)
        public void setMetricName​(@NotNull
                                  String value)
      • getNamespace

        @Stability(Stable)
        @NotNull
        public String getNamespace()
      • setNamespace

        @Stability(Stable)
        public void setNamespace​(@NotNull
                                 String value)
      • getStatistic

        @Stability(Stable)
        @NotNull
        public String getStatistic()
      • setStatistic

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

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

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