Values.PutReportDefinitionRequestSourceCreates the report definition for a report in Application Cost Profiler.
type nonrec t = {reportId : ReportId.t;Required. ID of the report. You can choose any valid string matching the pattern for the ID.
*)reportDescription : ReportDescription.t;Required. Description of the report.
*)reportFrequency : ReportFrequency.t;Required. The cadence to generate the report.
*)format : Format_.t;Required. The format to use for the generated report.
*)destinationS3Location : S3Location.t;Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
*)}val make :
reportId:ReportId.t ->
reportDescription:ReportDescription.t ->
reportFrequency:ReportFrequency.t ->
format:Format_.t ->
destinationS3Location:S3Location.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ReportId.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]