Values.ReportDefinitionSourceThe definition of Amazon Web Services Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.
type nonrec t = {reportName : ReportName.t;timeUnit : TimeUnit.t;format : ReportFormat.t;compression : CompressionFormat.t;additionalSchemaElements : SchemaElementList.t;A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.
*)s3Bucket : S3Bucket.t;s3Prefix : S3Prefix.t;s3Region : AWSRegion.t;additionalArtifacts : AdditionalArtifactList.t option;A list of manifests that you want Amazon Web Services to create for this report.
*)refreshClosedReports : RefreshClosedReports.t option;Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees.
*)reportVersioning : ReportVersioning.t option;Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
*)billingViewArn : BillingViewArn.t option;The Amazon resource name of the billing view. The BillingViewArn is needed to create Amazon Web Services Cost and Usage Report for each billing group maintained in the Amazon Web Services Billing Conductor service. The BillingViewArn for a billing group can be constructed as: arn:aws:billing::payer-account-id:billingview/billing-group-primary-account-id
*)reportStatus : ReportStatus.t option;The status of the report.
*)}val make :
?additionalArtifacts:??? ->
?refreshClosedReports:??? ->
?reportVersioning:??? ->
?billingViewArn:??? ->
?reportStatus:??? ->
reportName:ReportName.t ->
timeUnit:TimeUnit.t ->
format:ReportFormat.t ->
compression:CompressionFormat.t ->
additionalSchemaElements:SchemaElementList.t ->
s3Bucket:S3Bucket.t ->
s3Prefix:S3Prefix.t ->
s3Region:AWSRegion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RefreshClosedReports.t
| `Enum of string
| `List of [> `Enum of string ] list
| `String of ReportName.t
| `Structure of
(string * [> `Enum of string | `String of LastDelivery.t ]) list ])
list ]