ReportDefinition

The 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of manifests that you want Amazon Web Services to create for this report.

Link copied to clipboard

A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.

Link copied to clipboard

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

Link copied to clipboard

The compression format that Amazon Web Services uses for the report.

Link copied to clipboard

The format that Amazon Web Services saves the report in.

Link copied to clipboard

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.

Link copied to clipboard

The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces.

Link copied to clipboard

The status of the report.

Link copied to clipboard

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.

Link copied to clipboard

The S3 bucket where Amazon Web Services delivers the report.

Link copied to clipboard

The prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report. Your prefix can't include spaces.

Link copied to clipboard

The region of the S3 bucket that Amazon Web Services delivers the report into.

Link copied to clipboard

The length of time covered by the report.

Functions

Link copied to clipboard
inline fun copy(block: ReportDefinition.Builder.() -> Unit = {}): ReportDefinition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String