1. Packages
  2. Vantage
  3. API Docs
  4. getCostReports
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

vantage.getCostReports

Explore with Pulumi AI

vantage logo
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: vantage:index/getCostReports:getCostReports
      arguments:
        # arguments dictionary

    getCostReports Result

    The following output properties are available:

    CostReports List<Lbrlabs.PulumiPackage.Vantage.Outputs.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

    Filter string
    FolderToken string
    SavedFilterTokens List<string>
    Title string
    Token string
    WorkspaceToken string
    Filter string
    FolderToken string
    SavedFilterTokens []string
    Title string
    Token string
    WorkspaceToken string
    filter String
    folderToken String
    savedFilterTokens List<String>
    title String
    token String
    workspaceToken String
    filter string
    folderToken string
    savedFilterTokens string[]
    title string
    token string
    workspaceToken string
    filter String
    folderToken String
    savedFilterTokens List<String>
    title String
    token String
    workspaceToken String

    Package Details

    Repository
    vantage lbrlabs/pulumi-vantage
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs