OBJECT

FinOpsDatasetSchemaMetadata

link GraphQL Schema definition

  • type FinOpsDatasetSchemaMetadata {
  • # Alternate names for dataset
  • aliases: [String!]!
  • # Associated Cloud Type of the Dataset
  • cloudType: FinOpsDatasetCloudType!
  • # Description of the dataset, eg: holds cost and usage anomalies detected on AWS
  • # Cloud Spend aggregated at daily granularity
  • description: String!
  • # Family of the dataset
  • family: String!
  • # Dataset granularity
  • granularity: FinOpsGranularity!
  • # Dataset human readable and modifiable name but still unique name
  • label: String!
  • # Name of the dataset, unique eg: AWS_COST_ANOMALY_DAILY
  • name: String!
  • # Determines Rollout Status of dataset
  • rolloutStatus: FinOpsRolloutStatus!
  • # List of tags attached to dataset
  • tags: [FinOpsDatasetTag!]!
  • # Whether dataset has time dimensions or not
  • temporal: Boolean!
  • # Determines visibility of dataset
  • visibility: FinOpsVisibilityType!
  • }