Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs
vantage.getCostReports
Explore with Pulumi AI
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:
- Cost
Reports List<Lbrlabs.Pulumi Package. Vantage. Outputs. Get Cost Reports Cost Report> - Id string
- The provider-assigned unique ID for this managed resource.
- Cost
Reports []GetCost Reports Cost Report - Id string
- The provider-assigned unique ID for this managed resource.
- cost
Reports List<GetCost Reports Cost Report> - id String
- The provider-assigned unique ID for this managed resource.
- cost
Reports GetCost Reports Cost Report[] - id string
- The provider-assigned unique ID for this managed resource.
- cost_
reports Sequence[GetCost Reports Cost Report] - id str
- The provider-assigned unique ID for this managed resource.
- cost
Reports List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetCostReportsCostReport
- Filter string
- Folder
Token string - Saved
Filter List<string>Tokens - Title string
- Token string
- Workspace
Token string
- Filter string
- Folder
Token string - Saved
Filter []stringTokens - Title string
- Token string
- Workspace
Token string
- filter String
- folder
Token String - saved
Filter List<String>Tokens - title String
- token String
- workspace
Token String
- filter string
- folder
Token string - saved
Filter string[]Tokens - title string
- token string
- workspace
Token string
- filter str
- folder_
token str - saved_
filter_ Sequence[str]tokens - title str
- token str
- workspace_
token str
- filter String
- folder
Token String - saved
Filter List<String>Tokens - title String
- token String
- workspace
Token String
Package Details
- Repository
- vantage lbrlabs/pulumi-vantage
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.