Cloudwatch: Rename Metric Query to Metric Insights (#89955)

This commit is contained in:
Ida Štambuk
2024-07-04 10:30:23 +02:00
committed by GitHub
parent fe201b6bb2
commit eef9a7b4e5
15 changed files with 44 additions and 44 deletions
@@ -271,7 +271,7 @@ type CloudWatchMetricsQuery struct {
Region *string `json:"region,omitempty"`
Sql *SQLExpression `json:"sql,omitempty"`
// When the metric query type is `metricQueryType` is set to `Query`, this field is used to specify the query string.
// When the metric query type is set to `Insights`, this field is used to specify the query string.
SqlExpression *string `json:"sqlExpression,omitempty"`
// Metric data aggregations over specified periods of time. For detailed definitions of the statistics supported by CloudWatch, see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html.