OBJECT

FinOpsDimension

Encapsulates Finops supported dimensions of key-value pairs

link GraphQL Schema definition

  • type FinOpsDimension {
  • # Name of the dimension, dictated either by the cloud provider or customer.
  • name: String!
  • # Value of the dimension.
  • value: String
  • }