Attributes for An AWS CUR config.

Hierarchy

  • AwsCURConfigAttributes

Constructors

Properties

accountId: string

The AWS account ID.

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

The AWS bucket name used to store the Cost and Usage Report.

bucketRegion: string

The region the bucket is located in.

createdAt?: string

The timestamp when the AWS CUR config was created.

errorMessages?: string[]

The error messages for the AWS CUR config.

months?: number

The number of months the report has been backfilled.

reportName: string

The name of the Cost and Usage Report.

reportPrefix: string

The report prefix used for the Cost and Usage Report.

status: string

The status of the AWS CUR.

statusUpdatedAt?: string

The timestamp when the AWS CUR config status was updated.

updatedAt?: string

The timestamp when the AWS CUR config status was updated.

Generated using TypeDoc