Class ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference

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

      • ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference

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

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

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

      • resetMetrics

        @Stability(Stable)
        public void resetMetrics()
      • getGranularityInput

        @Stability(Stable)
        @Nullable
        public String getGranularityInput()
      • getMetricsInput

        @Stability(Stable)
        @Nullable
        public List<String> getMetricsInput()
      • getGranularity

        @Stability(Stable)
        @NotNull
        public String getGranularity()
      • setGranularity

        @Stability(Stable)
        public void setGranularity​(@NotNull
                                   String value)
      • getMetrics

        @Stability(Stable)
        @NotNull
        public List<String> getMetrics()
      • setMetrics

        @Stability(Stable)
        public void setMetrics​(@NotNull
                               List<String> value)