You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The name of the AWS IAM role assigned to nodes in the pool.",
196
196
},
197
197
198
+
"autoscaling_metrics_collection": {
199
+
Type: schema.TypeList,
200
+
Optional: true,
201
+
Description: "Optional. Configuration related to CloudWatch metrics collection on the Auto Scaling group of the node pool. When unspecified, metrics collection is disabled.",
Description: "Optional. Key/value metadata to assign to each underlying AWS resource. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.",
Description: "The frequency at which EC2 Auto Scaling sends aggregated data to AWS CloudWatch. The only valid value is \"1Minute\".",
309
+
},
310
+
311
+
"metrics": {
312
+
Type: schema.TypeList,
313
+
Optional: true,
314
+
Description: "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.",
Copy file name to clipboardExpand all lines: website/docs/r/container_aws_node_pool.html.markdown
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,10 @@ The `autoscaling` block supports:
232
232
233
233
The `config` block supports:
234
234
235
+
*`autoscaling_metrics_collection` -
236
+
(Optional)
237
+
Optional. Configuration related to CloudWatch metrics collection on the Auto Scaling group of the node pool. When unspecified, metrics collection is disabled.
238
+
235
239
*`config_encryption` -
236
240
(Required)
237
241
The ARN of the AWS KMS key used to encrypt node pool configuration.
@@ -304,6 +308,16 @@ The `max_pods_constraint` block supports:
304
308
305
309
306
310
311
+
The `autoscaling_metrics_collection` block supports:
312
+
313
+
*`granularity` -
314
+
(Required)
315
+
The frequency at which EC2 Auto Scaling sends aggregated data to AWS CloudWatch. The only valid value is "1Minute".
316
+
317
+
*`metrics` -
318
+
(Optional)
319
+
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.
0 commit comments