aws.compute_optimizer.get_ecs_service_recommendation_projected_metrics
Example SQL Queries
SELECT * FROMaws.compute_optimizer.get_ecs_service_recommendation_projected_metricsWHERE"service_arn" = 'VALUE'AND "stat" = 'VALUE'AND "period" = 'VALUE'AND "start_time" = 'VALUE'AND "end_time" = 'VALUE';Description
Returns the projected metrics of Amazon ECS service recommendations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Required Input Column The timestamp of the last projected metrics data point to return. | TIMESTAMP_S |
| period Required Input Column The granularity, in seconds, of the projected metrics data points. | BIGINT |
| service_arn Required Input Column The ARN that identifies the Amazon ECS service. The following is the format of the ARN: arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name | VARCHAR |
| start_time Required Input Column The timestamp of the first projected metrics data point to return. | TIMESTAMP_S |
| stat Required Input Column The statistic of the projected metrics. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| recommended_option_projected_metrics An array of objects that describes the projected metrics. | STRUCT( |
Show child fields
| |