A single detected Cloud Cost Management anomaly.

Hierarchy

  • CostAnomaly

Constructors

Properties

actualCost: number

Actual cost incurred during the anomaly window.

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
anomalousCostChange: number

Anomalous cost change relative to the expected baseline.

anomalyEnd: number

Anomaly end timestamp in Unix milliseconds.

anomalyStart: number

Anomaly start timestamp in Unix milliseconds.

correlatedTags: null | {
    [key: string]: string[];
}

Map of correlated tag keys to the list of correlated tag values.

dimensions: {
    [key: string]: string;
}

Map of cost dimension keys to their values for the anomaly grouping.

Type declaration

  • [key: string]: string

Resolution metadata for an anomaly that has been dismissed.

maxCost: number

Maximum cost observed during the anomaly window.

provider: string

Cloud or SaaS provider associated with the anomaly (for example aws, gcp, azure).

query: string

The metrics query that detected the anomaly.

uuid: string

The unique identifier of the anomaly.

Generated using TypeDoc