Values.MonitorSourceAmazon CloudWatch alarms to monitor during the deployment process.
type nonrec t = {alarmArn : StringWithLengthBetween1And2048.t;Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
*)alarmRoleArn : RoleArn.t option;ARN of an Identity and Access Management (IAM) role for AppConfig to monitor AlarmArn.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StringWithLengthBetween1And2048.t ]) list ]