Values.ReportConfigurationCloudWatchDashboardInputSourceSpecifies the CloudWatch dashboard for the experiment report.
type nonrec t = {dashboardIdentifier : ReportConfigurationCloudWatchDashboardIdentifier.t option;The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ReportConfigurationCloudWatchDashboardIdentifier.t ])
list ]