Values.MonitoredResourceInfoSourceDescribes resource being monitored by an alarm. An alarm is a way to monitor your Amazon Lightsail resource metrics. For more information, see Alarms in Amazon Lightsail.
type nonrec t = {arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the resource being monitored.
*)name : ResourceName.t option;The name of the Lightsail resource being monitored.
*)resourceType : ResourceType.t option;The Lightsail resource type of the resource being monitored. Instances, load balancers, and relational databases are the only Lightsail resources that can currently be monitored by alarms.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ]