Skip to main content
This page is auto-generated based on the official Terraform documentation.

Overview

Use this data source with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source.

Schema

Read-Only

Nested Schema for business_metrics

Read-Only:
  • cloudwatch_fields (Attributes) (see below for nested schema)
  • cost_report_tokens_with_metadata (Attributes List) The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter. (see below for nested schema)
  • created_by_token (String) The token of the Creator of the BusinessMetric.
  • datadog_metric_fields (Attributes) (see below for nested schema)
  • id (String) The id of the BusinessMetric.
  • import_type (String) The type of import for the BusinessMetric.
  • integration_token (String) The Integration token used to import the BusinessMetric.
  • snowflake_metric_fields (Attributes) (see below for nested schema)
  • title (String) The title of the BusinessMetric.
  • token (String) The token of the BusinessMetric.

Nested Schema for business_metrics.cloudwatch_fields

Read-Only:
  • dimensions (Attributes List) The dimensions used to pull specific statistical data for Cloudwatch metrics. (see below for nested schema)
  • label_dimension (String) The dimension used to aggregate the Cloudwatch metrics.
  • metric_name (String) The metric name used to import Cloudwatch metrics.
  • namespace (String) The namespace used to import Cloudwatch metrics.
  • region (String) The region used to import Cloudwatch metrics.
  • stat (String) The time aggregation function used to import Cloudwatch metrics.

Nested Schema for business_metrics.cloudwatch_fields.dimensions

Read-Only:
  • name (String)
  • value (String)

Nested Schema for business_metrics.cost_report_tokens_with_metadata

Read-Only:
  • calculation_type (String) The calculation type applied when this BusinessMetric is used in the CostReport.
  • cost_report_token (String) The token of the CostReport the BusinessMetric is attached to.
  • label (String) Optional custom display name for this BusinessMetric on the CostReport. When omitted, a default is derived from the calculation type.
  • label_filter (List of String) The labels that the BusinessMetric is filtered by within a particular CostReport.
  • label_filters (Map of List of String) The ClickHouse BusinessMetric label filters applied within a CostReport. Each key is required and values within a key are alternatives.
  • unit_scale (String) Determines the scale of the BusinessMetric’s values within a particular CostReport.

Nested Schema for business_metrics.datadog_metric_fields

Read-Only:
  • query (String) The query used to import Datadog metrics.

Nested Schema for business_metrics.snowflake_metric_fields

Read-Only:
  • sql_query (String) The SQL query used to import Snowflake metrics.