View source: R/autoscaling_operations.R
autoscaling_disable_metrics_collection | R Documentation |
Disables group metrics collection for the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_disable_metrics_collection/ for full documentation.
autoscaling_disable_metrics_collection(AutoScalingGroupName, Metrics = NULL)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
Metrics |
Identifies the metrics to disable. You can specify one or more of the following metrics:
If you omit this property, all metrics are disabled. For more information, see Amazon CloudWatch metrics for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.