Interface ContainerAwsNodePoolConfigAutoscalingMetricsCollection

    • Method Detail

      • getGranularity

        @Stability(Stable)
        @NotNull
        String getGranularity()
        The frequency at which EC2 Auto Scaling sends aggregated data to AWS CloudWatch. The only valid value is "1Minute".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#granularity ContainerAwsNodePool#granularity}

      • getMetrics

        @Stability(Stable)
        @Nullable
        default List<String> getMetrics()
        The metrics to enable.

        For a list of valid metrics, see https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_EnableMetricsCollection.html. If you specify granularity and don't specify any metrics, all metrics are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#metrics ContainerAwsNodePool#metrics}