Values.GetRDSDatabaseRecommendationProjectedMetricsRequestSourceReturns the projected metrics of Aurora and RDS database recommendations.
type nonrec t = {resourceArn : ResourceArn.t;The ARN that identifies the Amazon Aurora or RDS database. The following is the format of the ARN: arn:aws:rds:{region}:{accountId}:db:{resourceName}
*)stat : MetricStatistic.t;The statistic of the projected metrics.
*)period : Period.t;The granularity, in seconds, of the projected metrics data points.
*)startTime : Timestamp.t;The timestamp of the first projected metrics data point to return.
*)endTime : Timestamp.t;The timestamp of the last projected metrics data point to return.
*)recommendationPreferences : RecommendationPreferences.t option;}val make :
?recommendationPreferences:??? ->
resourceArn:ResourceArn.t ->
stat:MetricStatistic.t ->
period:Period.t ->
startTime:Timestamp.t ->
endTime:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Period.t
| `String of ResourceArn.t
| `Structure of
(string * [> `List of [> `Enum of string ] list ]) list
| `Timestamp of Timestamp.t ])
list ]