Class MonthlyCostAttributionAttributes

Cost Attribution by Tag for a given organization.

Hierarchy

  • MonthlyCostAttributionAttributes

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
month?: Date

Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh].

orgName?: string

The name of the organization.

publicId?: string

The organization public ID.

tagConfigSource?: string

The source of the cost attribution tag configuration and the selected tags in the format <source_org_name>:::<selected tag 1>///<selected tag 2>///<selected tag 3>.

tags?: {
    [key: string]: string[];
}

Tag keys and values. A null value here means that the requested tag breakdown cannot be applied because it does not match the tags configured for usage attribution. In this scenario the API returns the total cost, not broken down by tags.

Type declaration

  • [key: string]: string[]
updatedAt?: string

Shows the most recent hour in the current months for all organizations for which all costs were calculated.

values?: any

Fields in Cost Attribution by tag(s). Example: infra_host_on_demand_cost, infra_host_committed_cost, infra_host_total_cost, infra_host_percentage_in_org, infra_host_percentage_in_account.

Generated using TypeDoc