Values.MetricStreamEntrySourceThis structure contains the configuration information about one metric stream.
type nonrec t = {arn : AmazonResourceName.t option;The ARN of the metric stream.
*)creationDate : Timestamp.t option;The date that the metric stream was originally created.
*)lastUpdateDate : Timestamp.t option;The date that the configuration of this metric stream was most recently updated.
*)name : MetricStreamName.t option;The name of the metric stream.
*)firehoseArn : AmazonResourceName.t option;The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.
*)state : MetricStreamState.t option;The current state of this stream. Valid values are running and stopped.
*)outputFormat : MetricStreamOutputFormat.t option;The output format of this metric stream. Valid values are json, opentelemetry1.0, and opentelemetry0.7.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AmazonResourceName.t
| `Timestamp of Timestamp.t ])
list ]