Values.ExperimentReportConfigurationSourceDescribes the report configuration for the experiment. For more information, see Experiment report configurations for AWS FIS.
type nonrec t = {outputs : ExperimentReportConfigurationOutputs.t option;The output destinations of the experiment report.
*)dataSources : ExperimentReportConfigurationDataSources.t option;The data sources for the experiment report.
*)preExperimentDuration : ReportConfigurationDuration.t option;The duration before the experiment start time for the data sources to include in the report.
*)postExperimentDuration : ReportConfigurationDuration.t option;The duration after the experiment end time for the data sources to include in the report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ReportConfigurationDuration.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
ReportConfigurationCloudWatchDashboardIdentifier.t ])
list ]
list
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ])
list ]