Attributes for a GCP Usage Cost config.

Hierarchy

  • GCPUsageCostConfigAttributes

Constructors

Properties

accountId: string

The GCP 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 GCP bucket name used to store the Usage Cost export.

createdAt?: string

The timestamp when the GCP Usage Cost config was created.

dataset: string

The export dataset name used for the GCP Usage Cost Report.

errorMessages?: string[]

The error messages for the GCP Usage Cost config.

exportPrefix: string

The export prefix used for the GCP Usage Cost Report.

exportProjectName: string

The name of the GCP Usage Cost Report.

months?: number

The number of months the report has been backfilled.

projectId?: string

The project_id of the GCP Usage Cost report.

serviceAccount: string

The unique GCP service account email.

status: string

The status of the GCP Usage Cost config.

statusUpdatedAt?: string

The timestamp when the GCP Usage Cost config status was updated.

updatedAt?: string

The timestamp when the GCP Usage Cost config status was updated.

Generated using TypeDoc