1. Packages
  2. Vantage Provider
  3. API Docs
  4. BusinessMetric
vantage 0.1.59 published on Friday, May 9, 2025 by vantage-sh

vantage.BusinessMetric

Explore with Pulumi AI

vantage logo
vantage 0.1.59 published on Friday, May 9, 2025 by vantage-sh

    Create BusinessMetric Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new BusinessMetric(name: string, args: BusinessMetricArgs, opts?: CustomResourceOptions);
    @overload
    def BusinessMetric(resource_name: str,
                       args: BusinessMetricArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def BusinessMetric(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       title: Optional[str] = None,
                       cloudwatch_fields: Optional[BusinessMetricCloudwatchFieldsArgs] = None,
                       cost_report_tokens_with_metadatas: Optional[Sequence[BusinessMetricCostReportTokensWithMetadataArgs]] = None,
                       datadog_metric_fields: Optional[BusinessMetricDatadogMetricFieldsArgs] = None,
                       values: Optional[Sequence[BusinessMetricValueArgs]] = None)
    func NewBusinessMetric(ctx *Context, name string, args BusinessMetricArgs, opts ...ResourceOption) (*BusinessMetric, error)
    public BusinessMetric(string name, BusinessMetricArgs args, CustomResourceOptions? opts = null)
    public BusinessMetric(String name, BusinessMetricArgs args)
    public BusinessMetric(String name, BusinessMetricArgs args, CustomResourceOptions options)
    
    type: vantage:BusinessMetric
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BusinessMetricArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BusinessMetricArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BusinessMetricArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BusinessMetricArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BusinessMetricArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var businessMetricResource = new Vantage.BusinessMetric("businessMetricResource", new()
    {
        Title = "string",
        CloudwatchFields = new Vantage.Inputs.BusinessMetricCloudwatchFieldsArgs
        {
            Dimensions = new[]
            {
                new Vantage.Inputs.BusinessMetricCloudwatchFieldsDimensionArgs
                {
                    Name = "string",
                    Value = "string",
                },
            },
            IntegrationToken = "string",
            LabelDimension = "string",
            MetricName = "string",
            Namespace = "string",
            Region = "string",
            Stat = "string",
        },
        CostReportTokensWithMetadatas = new[]
        {
            new Vantage.Inputs.BusinessMetricCostReportTokensWithMetadataArgs
            {
                CostReportToken = "string",
                LabelFilters = new[]
                {
                    "string",
                },
                UnitScale = "string",
            },
        },
        DatadogMetricFields = new Vantage.Inputs.BusinessMetricDatadogMetricFieldsArgs
        {
            IntegrationToken = "string",
            Query = "string",
        },
        Values = new[]
        {
            new Vantage.Inputs.BusinessMetricValueArgs
            {
                Amount = 0,
                Date = "string",
                Label = "string",
            },
        },
    });
    
    example, err := vantage.NewBusinessMetric(ctx, "businessMetricResource", &vantage.BusinessMetricArgs{
    	Title: pulumi.String("string"),
    	CloudwatchFields: &vantage.BusinessMetricCloudwatchFieldsArgs{
    		Dimensions: vantage.BusinessMetricCloudwatchFieldsDimensionArray{
    			&vantage.BusinessMetricCloudwatchFieldsDimensionArgs{
    				Name:  pulumi.String("string"),
    				Value: pulumi.String("string"),
    			},
    		},
    		IntegrationToken: pulumi.String("string"),
    		LabelDimension:   pulumi.String("string"),
    		MetricName:       pulumi.String("string"),
    		Namespace:        pulumi.String("string"),
    		Region:           pulumi.String("string"),
    		Stat:             pulumi.String("string"),
    	},
    	CostReportTokensWithMetadatas: vantage.BusinessMetricCostReportTokensWithMetadataArray{
    		&vantage.BusinessMetricCostReportTokensWithMetadataArgs{
    			CostReportToken: pulumi.String("string"),
    			LabelFilters: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			UnitScale: pulumi.String("string"),
    		},
    	},
    	DatadogMetricFields: &vantage.BusinessMetricDatadogMetricFieldsArgs{
    		IntegrationToken: pulumi.String("string"),
    		Query:            pulumi.String("string"),
    	},
    	Values: vantage.BusinessMetricValueArray{
    		&vantage.BusinessMetricValueArgs{
    			Amount: pulumi.Float64(0),
    			Date:   pulumi.String("string"),
    			Label:  pulumi.String("string"),
    		},
    	},
    })
    
    var businessMetricResource = new BusinessMetric("businessMetricResource", BusinessMetricArgs.builder()
        .title("string")
        .cloudwatchFields(BusinessMetricCloudwatchFieldsArgs.builder()
            .dimensions(BusinessMetricCloudwatchFieldsDimensionArgs.builder()
                .name("string")
                .value("string")
                .build())
            .integrationToken("string")
            .labelDimension("string")
            .metricName("string")
            .namespace("string")
            .region("string")
            .stat("string")
            .build())
        .costReportTokensWithMetadatas(BusinessMetricCostReportTokensWithMetadataArgs.builder()
            .costReportToken("string")
            .labelFilters("string")
            .unitScale("string")
            .build())
        .datadogMetricFields(BusinessMetricDatadogMetricFieldsArgs.builder()
            .integrationToken("string")
            .query("string")
            .build())
        .values(BusinessMetricValueArgs.builder()
            .amount(0.0)
            .date("string")
            .label("string")
            .build())
        .build());
    
    business_metric_resource = vantage.BusinessMetric("businessMetricResource",
        title="string",
        cloudwatch_fields={
            "dimensions": [{
                "name": "string",
                "value": "string",
            }],
            "integration_token": "string",
            "label_dimension": "string",
            "metric_name": "string",
            "namespace": "string",
            "region": "string",
            "stat": "string",
        },
        cost_report_tokens_with_metadatas=[{
            "cost_report_token": "string",
            "label_filters": ["string"],
            "unit_scale": "string",
        }],
        datadog_metric_fields={
            "integration_token": "string",
            "query": "string",
        },
        values=[{
            "amount": 0,
            "date": "string",
            "label": "string",
        }])
    
    const businessMetricResource = new vantage.BusinessMetric("businessMetricResource", {
        title: "string",
        cloudwatchFields: {
            dimensions: [{
                name: "string",
                value: "string",
            }],
            integrationToken: "string",
            labelDimension: "string",
            metricName: "string",
            namespace: "string",
            region: "string",
            stat: "string",
        },
        costReportTokensWithMetadatas: [{
            costReportToken: "string",
            labelFilters: ["string"],
            unitScale: "string",
        }],
        datadogMetricFields: {
            integrationToken: "string",
            query: "string",
        },
        values: [{
            amount: 0,
            date: "string",
            label: "string",
        }],
    });
    
    type: vantage:BusinessMetric
    properties:
        cloudwatchFields:
            dimensions:
                - name: string
                  value: string
            integrationToken: string
            labelDimension: string
            metricName: string
            namespace: string
            region: string
            stat: string
        costReportTokensWithMetadatas:
            - costReportToken: string
              labelFilters:
                - string
              unitScale: string
        datadogMetricFields:
            integrationToken: string
            query: string
        title: string
        values:
            - amount: 0
              date: string
              label: string
    

    BusinessMetric Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The BusinessMetric resource accepts the following input properties:

    Title string
    The title of the BusinessMetrics.
    CloudwatchFields BusinessMetricCloudwatchFields
    Cloudwatch configuration fields.
    CostReportTokensWithMetadatas List<BusinessMetricCostReportTokensWithMetadata>
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    DatadogMetricFields BusinessMetricDatadogMetricFields
    Datadog metric configuration fields
    Values List<BusinessMetricValue>
    The dates, amounts, and (optional) labels for the BusinessMetric.
    Title string
    The title of the BusinessMetrics.
    CloudwatchFields BusinessMetricCloudwatchFieldsArgs
    Cloudwatch configuration fields.
    CostReportTokensWithMetadatas []BusinessMetricCostReportTokensWithMetadataArgs
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    DatadogMetricFields BusinessMetricDatadogMetricFieldsArgs
    Datadog metric configuration fields
    Values []BusinessMetricValueArgs
    The dates, amounts, and (optional) labels for the BusinessMetric.
    title String
    The title of the BusinessMetrics.
    cloudwatchFields BusinessMetricCloudwatchFields
    Cloudwatch configuration fields.
    costReportTokensWithMetadatas List<BusinessMetricCostReportTokensWithMetadata>
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    datadogMetricFields BusinessMetricDatadogMetricFields
    Datadog metric configuration fields
    values List<BusinessMetricValue>
    The dates, amounts, and (optional) labels for the BusinessMetric.
    title string
    The title of the BusinessMetrics.
    cloudwatchFields BusinessMetricCloudwatchFields
    Cloudwatch configuration fields.
    costReportTokensWithMetadatas BusinessMetricCostReportTokensWithMetadata[]
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    datadogMetricFields BusinessMetricDatadogMetricFields
    Datadog metric configuration fields
    values BusinessMetricValue[]
    The dates, amounts, and (optional) labels for the BusinessMetric.
    title str
    The title of the BusinessMetrics.
    cloudwatch_fields BusinessMetricCloudwatchFieldsArgs
    Cloudwatch configuration fields.
    cost_report_tokens_with_metadatas Sequence[BusinessMetricCostReportTokensWithMetadataArgs]
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    datadog_metric_fields BusinessMetricDatadogMetricFieldsArgs
    Datadog metric configuration fields
    values Sequence[BusinessMetricValueArgs]
    The dates, amounts, and (optional) labels for the BusinessMetric.
    title String
    The title of the BusinessMetrics.
    cloudwatchFields Property Map
    Cloudwatch configuration fields.
    costReportTokensWithMetadatas List<Property Map>
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    datadogMetricFields Property Map
    Datadog metric configuration fields
    values List<Property Map>
    The dates, amounts, and (optional) labels for the BusinessMetric.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BusinessMetric resource produces the following output properties:

    CreatedByToken string
    The token of the Creator of the BusinessMetric.
    Id string
    The provider-assigned unique ID for this managed resource.
    ImportType string
    The type of import for the BusinessMetric.
    IntegrationToken string
    The Integration token used to import the BusinessMetric.
    Token string
    The token of the business metric
    CreatedByToken string
    The token of the Creator of the BusinessMetric.
    Id string
    The provider-assigned unique ID for this managed resource.
    ImportType string
    The type of import for the BusinessMetric.
    IntegrationToken string
    The Integration token used to import the BusinessMetric.
    Token string
    The token of the business metric
    createdByToken String
    The token of the Creator of the BusinessMetric.
    id String
    The provider-assigned unique ID for this managed resource.
    importType String
    The type of import for the BusinessMetric.
    integrationToken String
    The Integration token used to import the BusinessMetric.
    token String
    The token of the business metric
    createdByToken string
    The token of the Creator of the BusinessMetric.
    id string
    The provider-assigned unique ID for this managed resource.
    importType string
    The type of import for the BusinessMetric.
    integrationToken string
    The Integration token used to import the BusinessMetric.
    token string
    The token of the business metric
    created_by_token str
    The token of the Creator of the BusinessMetric.
    id str
    The provider-assigned unique ID for this managed resource.
    import_type str
    The type of import for the BusinessMetric.
    integration_token str
    The Integration token used to import the BusinessMetric.
    token str
    The token of the business metric
    createdByToken String
    The token of the Creator of the BusinessMetric.
    id String
    The provider-assigned unique ID for this managed resource.
    importType String
    The type of import for the BusinessMetric.
    integrationToken String
    The Integration token used to import the BusinessMetric.
    token String
    The token of the business metric

    Look up Existing BusinessMetric Resource

    Get an existing BusinessMetric resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: BusinessMetricState, opts?: CustomResourceOptions): BusinessMetric
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cloudwatch_fields: Optional[BusinessMetricCloudwatchFieldsArgs] = None,
            cost_report_tokens_with_metadatas: Optional[Sequence[BusinessMetricCostReportTokensWithMetadataArgs]] = None,
            created_by_token: Optional[str] = None,
            datadog_metric_fields: Optional[BusinessMetricDatadogMetricFieldsArgs] = None,
            import_type: Optional[str] = None,
            integration_token: Optional[str] = None,
            title: Optional[str] = None,
            token: Optional[str] = None,
            values: Optional[Sequence[BusinessMetricValueArgs]] = None) -> BusinessMetric
    func GetBusinessMetric(ctx *Context, name string, id IDInput, state *BusinessMetricState, opts ...ResourceOption) (*BusinessMetric, error)
    public static BusinessMetric Get(string name, Input<string> id, BusinessMetricState? state, CustomResourceOptions? opts = null)
    public static BusinessMetric get(String name, Output<String> id, BusinessMetricState state, CustomResourceOptions options)
    resources:  _:    type: vantage:BusinessMetric    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CloudwatchFields BusinessMetricCloudwatchFields
    Cloudwatch configuration fields.
    CostReportTokensWithMetadatas List<BusinessMetricCostReportTokensWithMetadata>
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    CreatedByToken string
    The token of the Creator of the BusinessMetric.
    DatadogMetricFields BusinessMetricDatadogMetricFields
    Datadog metric configuration fields
    ImportType string
    The type of import for the BusinessMetric.
    IntegrationToken string
    The Integration token used to import the BusinessMetric.
    Title string
    The title of the BusinessMetrics.
    Token string
    The token of the business metric
    Values List<BusinessMetricValue>
    The dates, amounts, and (optional) labels for the BusinessMetric.
    CloudwatchFields BusinessMetricCloudwatchFieldsArgs
    Cloudwatch configuration fields.
    CostReportTokensWithMetadatas []BusinessMetricCostReportTokensWithMetadataArgs
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    CreatedByToken string
    The token of the Creator of the BusinessMetric.
    DatadogMetricFields BusinessMetricDatadogMetricFieldsArgs
    Datadog metric configuration fields
    ImportType string
    The type of import for the BusinessMetric.
    IntegrationToken string
    The Integration token used to import the BusinessMetric.
    Title string
    The title of the BusinessMetrics.
    Token string
    The token of the business metric
    Values []BusinessMetricValueArgs
    The dates, amounts, and (optional) labels for the BusinessMetric.
    cloudwatchFields BusinessMetricCloudwatchFields
    Cloudwatch configuration fields.
    costReportTokensWithMetadatas List<BusinessMetricCostReportTokensWithMetadata>
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    createdByToken String
    The token of the Creator of the BusinessMetric.
    datadogMetricFields BusinessMetricDatadogMetricFields
    Datadog metric configuration fields
    importType String
    The type of import for the BusinessMetric.
    integrationToken String
    The Integration token used to import the BusinessMetric.
    title String
    The title of the BusinessMetrics.
    token String
    The token of the business metric
    values List<BusinessMetricValue>
    The dates, amounts, and (optional) labels for the BusinessMetric.
    cloudwatchFields BusinessMetricCloudwatchFields
    Cloudwatch configuration fields.
    costReportTokensWithMetadatas BusinessMetricCostReportTokensWithMetadata[]
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    createdByToken string
    The token of the Creator of the BusinessMetric.
    datadogMetricFields BusinessMetricDatadogMetricFields
    Datadog metric configuration fields
    importType string
    The type of import for the BusinessMetric.
    integrationToken string
    The Integration token used to import the BusinessMetric.
    title string
    The title of the BusinessMetrics.
    token string
    The token of the business metric
    values BusinessMetricValue[]
    The dates, amounts, and (optional) labels for the BusinessMetric.
    cloudwatch_fields BusinessMetricCloudwatchFieldsArgs
    Cloudwatch configuration fields.
    cost_report_tokens_with_metadatas Sequence[BusinessMetricCostReportTokensWithMetadataArgs]
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    created_by_token str
    The token of the Creator of the BusinessMetric.
    datadog_metric_fields BusinessMetricDatadogMetricFieldsArgs
    Datadog metric configuration fields
    import_type str
    The type of import for the BusinessMetric.
    integration_token str
    The Integration token used to import the BusinessMetric.
    title str
    The title of the BusinessMetrics.
    token str
    The token of the business metric
    values Sequence[BusinessMetricValueArgs]
    The dates, amounts, and (optional) labels for the BusinessMetric.
    cloudwatchFields Property Map
    Cloudwatch configuration fields.
    costReportTokensWithMetadatas List<Property Map>
    The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
    createdByToken String
    The token of the Creator of the BusinessMetric.
    datadogMetricFields Property Map
    Datadog metric configuration fields
    importType String
    The type of import for the BusinessMetric.
    integrationToken String
    The Integration token used to import the BusinessMetric.
    title String
    The title of the BusinessMetrics.
    token String
    The token of the business metric
    values List<Property Map>
    The dates, amounts, and (optional) labels for the BusinessMetric.

    Supporting Types

    BusinessMetricCloudwatchFields, BusinessMetricCloudwatchFieldsArgs

    Dimensions List<BusinessMetricCloudwatchFieldsDimension>
    The dimensions used to pull specific statistical data for Cloudwatch metrics.
    IntegrationToken string
    Integration token for the account from which you would like to fetch metrics.
    LabelDimension string
    The dimension used to aggregate the Cloudwatch metrics.
    MetricName 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.
    Dimensions []BusinessMetricCloudwatchFieldsDimension
    The dimensions used to pull specific statistical data for Cloudwatch metrics.
    IntegrationToken string
    Integration token for the account from which you would like to fetch metrics.
    LabelDimension string
    The dimension used to aggregate the Cloudwatch metrics.
    MetricName 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.
    dimensions List<BusinessMetricCloudwatchFieldsDimension>
    The dimensions used to pull specific statistical data for Cloudwatch metrics.
    integrationToken String
    Integration token for the account from which you would like to fetch metrics.
    labelDimension String
    The dimension used to aggregate the Cloudwatch metrics.
    metricName 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.
    dimensions BusinessMetricCloudwatchFieldsDimension[]
    The dimensions used to pull specific statistical data for Cloudwatch metrics.
    integrationToken string
    Integration token for the account from which you would like to fetch metrics.
    labelDimension string
    The dimension used to aggregate the Cloudwatch metrics.
    metricName 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.
    dimensions Sequence[BusinessMetricCloudwatchFieldsDimension]
    The dimensions used to pull specific statistical data for Cloudwatch metrics.
    integration_token str
    Integration token for the account from which you would like to fetch metrics.
    label_dimension str
    The dimension used to aggregate the Cloudwatch metrics.
    metric_name str
    The metric name used to import Cloudwatch metrics.
    namespace str
    The namespace used to import Cloudwatch metrics.
    region str
    The region used to import Cloudwatch metrics.
    stat str
    The time aggregation function used to import Cloudwatch metrics.
    dimensions List<Property Map>
    The dimensions used to pull specific statistical data for Cloudwatch metrics.
    integrationToken String
    Integration token for the account from which you would like to fetch metrics.
    labelDimension String
    The dimension used to aggregate the Cloudwatch metrics.
    metricName 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.

    BusinessMetricCloudwatchFieldsDimension, BusinessMetricCloudwatchFieldsDimensionArgs

    Name string
    Value string
    Name string
    Value string
    name String
    value String
    name string
    value string
    name str
    value str
    name String
    value String

    BusinessMetricCostReportTokensWithMetadata, BusinessMetricCostReportTokensWithMetadataArgs

    CostReportToken string
    The token of the CostReport the BusinessMetric is attached to.
    LabelFilters List<string>
    Include only values with these labels in the CostReport.
    UnitScale string
    Determines the scale of the BusinessMetric's values within the CostReport.
    CostReportToken string
    The token of the CostReport the BusinessMetric is attached to.
    LabelFilters []string
    Include only values with these labels in the CostReport.
    UnitScale string
    Determines the scale of the BusinessMetric's values within the CostReport.
    costReportToken String
    The token of the CostReport the BusinessMetric is attached to.
    labelFilters List<String>
    Include only values with these labels in the CostReport.
    unitScale String
    Determines the scale of the BusinessMetric's values within the CostReport.
    costReportToken string
    The token of the CostReport the BusinessMetric is attached to.
    labelFilters string[]
    Include only values with these labels in the CostReport.
    unitScale string
    Determines the scale of the BusinessMetric's values within the CostReport.
    cost_report_token str
    The token of the CostReport the BusinessMetric is attached to.
    label_filters Sequence[str]
    Include only values with these labels in the CostReport.
    unit_scale str
    Determines the scale of the BusinessMetric's values within the CostReport.
    costReportToken String
    The token of the CostReport the BusinessMetric is attached to.
    labelFilters List<String>
    Include only values with these labels in the CostReport.
    unitScale String
    Determines the scale of the BusinessMetric's values within the CostReport.

    BusinessMetricDatadogMetricFields, BusinessMetricDatadogMetricFieldsArgs

    IntegrationToken string
    Integration token for the account from which you would like to fetch metrics.
    Query string
    Datadog metrics query string. e.g. sum:aws.applicationelb.request_count{region:us-east-1}.rollup(avg,daily)
    IntegrationToken string
    Integration token for the account from which you would like to fetch metrics.
    Query string
    Datadog metrics query string. e.g. sum:aws.applicationelb.request_count{region:us-east-1}.rollup(avg,daily)
    integrationToken String
    Integration token for the account from which you would like to fetch metrics.
    query String
    Datadog metrics query string. e.g. sum:aws.applicationelb.request_count{region:us-east-1}.rollup(avg,daily)
    integrationToken string
    Integration token for the account from which you would like to fetch metrics.
    query string
    Datadog metrics query string. e.g. sum:aws.applicationelb.request_count{region:us-east-1}.rollup(avg,daily)
    integration_token str
    Integration token for the account from which you would like to fetch metrics.
    query str
    Datadog metrics query string. e.g. sum:aws.applicationelb.request_count{region:us-east-1}.rollup(avg,daily)
    integrationToken String
    Integration token for the account from which you would like to fetch metrics.
    query String
    Datadog metrics query string. e.g. sum:aws.applicationelb.request_count{region:us-east-1}.rollup(avg,daily)

    BusinessMetricValue, BusinessMetricValueArgs

    Amount double
    Date string
    Label string
    Amount float64
    Date string
    Label string
    amount Double
    date String
    label String
    amount number
    date string
    label string
    amount float
    date str
    label str
    amount Number
    date String
    label String

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.59 published on Friday, May 9, 2025 by vantage-sh