Values.ReportDefinitionSourceThe configuration of a report in AWS Application Cost Profiler.
type nonrec t = {reportId : ReportId.t option;The ID of the report.
*)reportDescription : ReportDescription.t option;Description of the report
*)reportFrequency : ReportFrequency.t option;The cadence at which the report is generated.
*)format : Format_.t option;The format used for the generated reports.
*)destinationS3Location : S3Location.t option;The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
*)createdAt : Timestamp.t option;Timestamp (milliseconds) when this report definition was created.
*)lastUpdatedAt : Timestamp.t option;Timestamp (milliseconds) when this report definition was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ReportId.t
| `Structure of (string * [> `String of S3Bucket.t ]) list
| `Timestamp of Timestamp.t ])
list ]