Values_0.CloudwatchMetricActionSourceDescribes an action that captures a CloudWatch metric.
type nonrec t = {roleArn : AwsArn.t;The IAM role that allows access to the CloudWatch metric.
*)metricNamespace : String_.t;The CloudWatch metric namespace name.
*)metricName : String_.t;The CloudWatch metric name.
*)metricValue : String_.t;The CloudWatch metric value.
*)metricUnit : String_.t;The metric unit supported by CloudWatch.
*)metricTimestamp : String_.t option;An optional Unix timestamp.
*)}