1. Packages
  2. Vantage Provider
  3. API Docs
  4. getCostReports
Viewing docs for vantage 0.3.1
published on Monday, Mar 9, 2026 by vantage-sh
vantage logo
Viewing docs for vantage 0.3.1
published on Monday, Mar 9, 2026 by vantage-sh

    Using getCostReports

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCostReports(opts?: InvokeOptions): Promise<GetCostReportsResult>
    function getCostReportsOutput(opts?: InvokeOptions): Output<GetCostReportsResult>
    def get_cost_reports(opts: Optional[InvokeOptions] = None) -> GetCostReportsResult
    def get_cost_reports_output(opts: Optional[InvokeOptions] = None) -> Output[GetCostReportsResult]
    func GetCostReports(ctx *Context, opts ...InvokeOption) (*GetCostReportsResult, error)
    func GetCostReportsOutput(ctx *Context, opts ...InvokeOption) GetCostReportsResultOutput

    > Note: This function is named GetCostReports in the Go SDK.

    public static class GetCostReports 
    {
        public static Task<GetCostReportsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetCostReportsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCostReportsResult> getCostReports(InvokeOptions options)
    public static Output<GetCostReportsResult> getCostReports(InvokeOptions options)
    
    fn::invoke:
      function: vantage:index/getCostReports:getCostReports
      arguments:
        # arguments dictionary

    getCostReports Result

    The following output properties are available:

    CostReports List<GetCostReportsCostReport>
    Id string
    The provider-assigned unique ID for this managed resource.
    CostReports []GetCostReportsCostReport
    Id string
    The provider-assigned unique ID for this managed resource.
    costReports List<GetCostReportsCostReport>
    id String
    The provider-assigned unique ID for this managed resource.
    costReports GetCostReportsCostReport[]
    id string
    The provider-assigned unique ID for this managed resource.
    cost_reports Sequence[GetCostReportsCostReport]
    id str
    The provider-assigned unique ID for this managed resource.
    costReports List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetCostReportsCostReport

    GetCostReportsCostReportChartSettings

    XAxisDimensions List<string>
    YAxisDimension string
    xAxisDimensions List<String>
    yAxisDimension String
    xAxisDimensions List<String>
    yAxisDimension String

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    Viewing docs for vantage 0.3.1
    published on Monday, Mar 9, 2026 by vantage-sh
      Try Pulumi Cloud free. Your team will thank you.