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