Module Values.PublishMetricsInputSource

Internal only. Publishes environment health metrics to Amazon CloudWatch.

Sourcetype nonrec t = {
  1. environmentName : EnvironmentName.t;
    (*

    Internal only. The name of the environment.

    *)
  2. metricData : MetricData.t;
    (*

    Internal only. Publishes metrics to Amazon CloudWatch. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.

    *)
}
Sourceval context_ : string
Sourceval make : environmentName:EnvironmentName.t -> metricData:MetricData.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t | `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of EnvironmentName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t