Values.CloudWatchAlarmConfigurationSourceA complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.
type nonrec t = {evaluationPeriods : EvaluationPeriods.t option;For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
*)threshold : Threshold.t option;For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
*)comparisonOperator : ComparisonOperator.t option;For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
*)period : Period.t option;For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
*)metricName : MetricName.t option;The name of the CloudWatch metric that the alarm is associated with.
*)namespace : Namespace.t option;The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.
*)statistic : Statistic.t option;For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
*)dimensions : DimensionList.t option;For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric. For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Threshold.t
| `Enum of string
| `Integer of EvaluationPeriods.t
| `List of
[> `Structure of (string * [> `String of DimensionField.t ]) list ]
list
| `String of MetricName.t ])
list ]