OBJECT

FinOpsCostAnomalyDimension

Dimension that helps identify the where the anomaly behavior was observed

link GraphQL Schema definition

  • type FinOpsCostAnomalyDimension {
  • # Name of the dimension.
  • name: String!
  • # Value of the dimension.
  • value: String!
  • }