View source: R/computeoptimizer_operations.R
computeoptimizer_get_ec2_recommendation_projected_metrics | R Documentation |
Returns the projected utilization metrics of Amazon EC2 instance recommendations.
See https://www.paws-r-sdk.com/docs/computeoptimizer_get_ec2_recommendation_projected_metrics/ for full documentation.
computeoptimizer_get_ec2_recommendation_projected_metrics(
instanceArn,
stat,
period,
startTime,
endTime,
recommendationPreferences = NULL
)
instanceArn |
[required] The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics. |
stat |
[required] The statistic of the projected metrics. |
period |
[required] The granularity, in seconds, of the projected metrics data points. |
startTime |
[required] The timestamp of the first projected metrics data point to return. |
endTime |
[required] The timestamp of the last projected metrics data point to return. |
recommendationPreferences |
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.