Class GCPUsageCostConfigPostRequestAttributes

Attributes for GCP Usage Cost config post request.

Hierarchy

  • GCPUsageCostConfigPostRequestAttributes

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
billingAccountId: string

The GCP account ID.

bucketName: string

The GCP bucket name used to store the Usage Cost export.

exportDatasetName: string

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

exportPrefix?: string

The export prefix used for the GCP Usage Cost report.

exportProjectName: string

The name of the GCP Usage Cost report.

serviceAccount: string

The unique GCP service account email.

Generated using TypeDoc