Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getCostReport
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 getCostReport(args: GetCostReportArgs, opts?: InvokeOptions): Promise<GetCostReportResult>
function getCostReportOutput(args: GetCostReportOutputArgs, opts?: InvokeOptions): Output<GetCostReportResult>def get_cost_report(days: Optional[int] = None,
rate: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetCostReportResult
def get_cost_report_output(days: pulumi.Input[Optional[int]] = None,
rate: pulumi.Input[Optional[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCostReportResult]func GetCostReport(ctx *Context, args *GetCostReportArgs, opts ...InvokeOption) (*GetCostReportResult, error)
func GetCostReportOutput(ctx *Context, args *GetCostReportOutputArgs, opts ...InvokeOption) GetCostReportResultOutput> Note: This function is named GetCostReport in the Go SDK.
public static class GetCostReport
{
public static Task<GetCostReportResult> InvokeAsync(GetCostReportArgs args, InvokeOptions? opts = null)
public static Output<GetCostReportResult> Invoke(GetCostReportInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCostReportResult> getCostReport(GetCostReportArgs args, InvokeOptions options)
public static Output<GetCostReportResult> getCostReport(GetCostReportArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getCostReport:getCostReport
arguments:
# arguments dictionarydata "thoth_governance_get_cost_report" "name" {
# arguments
}The following arguments are supported:
getCostReport Result
The following output properties are available:
- Event
Estimated intFallbacks - Flat
Rate intFallbacks - Id string
- The provider-assigned unique ID for this managed resource.
- Priced
With intCatalog Count - Pricing
Sha256 string - Pricing
Source string - Pricing
Updated stringAt - Pricing
Version string - Response
Json string - Unresolved
Models List<string> - Days int
- Rate double
- Event
Estimated intFallbacks - Flat
Rate intFallbacks - Id string
- The provider-assigned unique ID for this managed resource.
- Priced
With intCatalog Count - Pricing
Sha256 string - Pricing
Source string - Pricing
Updated stringAt - Pricing
Version string - Response
Json string - Unresolved
Models []string - Days int
- Rate float64
- event_
estimated_ numberfallbacks - flat_
rate_ numberfallbacks - id string
- The provider-assigned unique ID for this managed resource.
- priced_
with_ numbercatalog_ count - pricing_
sha256 string - pricing_
source string - pricing_
updated_ stringat - pricing_
version string - response_
json string - unresolved_
models list(string) - days number
- rate number
- event
Estimated IntegerFallbacks - flat
Rate IntegerFallbacks - id String
- The provider-assigned unique ID for this managed resource.
- priced
With IntegerCatalog Count - pricing
Sha256 String - pricing
Source String - pricing
Updated StringAt - pricing
Version String - response
Json String - unresolved
Models List<String> - days Integer
- rate Double
- event
Estimated numberFallbacks - flat
Rate numberFallbacks - id string
- The provider-assigned unique ID for this managed resource.
- priced
With numberCatalog Count - pricing
Sha256 string - pricing
Source string - pricing
Updated stringAt - pricing
Version string - response
Json string - unresolved
Models string[] - days number
- rate number
- event_
estimated_ intfallbacks - flat_
rate_ intfallbacks - id str
- The provider-assigned unique ID for this managed resource.
- priced_
with_ intcatalog_ count - pricing_
sha256 str - pricing_
source str - pricing_
updated_ strat - pricing_
version str - response_
json str - unresolved_
models Sequence[str] - days int
- rate float
- event
Estimated NumberFallbacks - flat
Rate NumberFallbacks - id String
- The provider-assigned unique ID for this managed resource.
- priced
With NumberCatalog Count - pricing
Sha256 String - pricing
Source String - pricing
Updated StringAt - pricing
Version String - response
Json String - unresolved
Models List<String> - days Number
- rate Number
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security