AWS Cost and Usage Report data export configuration.

Hierarchy

  • DataExportConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bucketName: string

Name of the S3 bucket where the Cost and Usage Report is stored.

bucketRegion: string

AWS region of the S3 bucket.

reportName: string

Name of the Cost and Usage Report.

reportPrefix: string

S3 prefix where the Cost and Usage Report is stored.

reportType: string

Type of the Cost and Usage Report. Currently only CUR2.0 is supported.

Generated using TypeDoc