1. Packages
  2. Vantage Provider
  3. API Docs
  4. getCostReports
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.getCostReports

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 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

    ChartType string
    DateBin string
    DateInterval string
    EndDate string
    Filter string
    FolderToken string
    Groupings string
    PreviousPeriodEndDate string
    PreviousPeriodStartDate string
    SavedFilterTokens List<string>
    StartDate string
    Title string
    Token string
    WorkspaceToken string
    chartType String
    dateBin String
    dateInterval String
    endDate String
    filter String
    folderToken String
    groupings String
    previousPeriodEndDate String
    previousPeriodStartDate String
    savedFilterTokens List<String>
    startDate String
    title String
    token String
    workspaceToken String
    chartType String
    dateBin String
    dateInterval String
    endDate String
    filter String
    folderToken String
    groupings String
    previousPeriodEndDate String
    previousPeriodStartDate String
    savedFilterTokens List<String>
    startDate String
    title String
    token String
    workspaceToken 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.48 published on Tuesday, Mar 18, 2025 by vantage-sh