computeoptimizer_get_rds_datab_recom_proje_metri: Returns the projected metrics of Amazon RDS recommendations

computeoptimizer_get_rds_database_recommendation_projected_metricsR Documentation

Returns the projected metrics of Amazon RDS recommendations

Description

Returns the projected metrics of Amazon RDS recommendations.

See https://www.paws-r-sdk.com/docs/computeoptimizer_get_rds_database_recommendation_projected_metrics/ for full documentation.

Usage

computeoptimizer_get_rds_database_recommendation_projected_metrics(
  resourceArn,
  stat,
  period,
  startTime,
  endTime,
  recommendationPreferences = NULL
)

Arguments

resourceArn

[required] The ARN that identifies the Amazon RDS.

The following is the format of the ARN:

arn:aws:rds:{region}:{accountId}:db:{resourceName}

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

paws.compute documentation built on Sept. 12, 2024, 6:12 a.m.