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 getInvoices
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 getInvoices(args: GetInvoicesArgs, opts?: InvokeOptions): Promise<GetInvoicesResult>
function getInvoicesOutput(args: GetInvoicesOutputArgs, opts?: InvokeOptions): Output<GetInvoicesResult>def get_invoices(limit: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetInvoicesResult
def get_invoices_output(limit: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInvoicesResult]func GetInvoices(ctx *Context, args *GetInvoicesArgs, opts ...InvokeOption) (*GetInvoicesResult, error)
func GetInvoicesOutput(ctx *Context, args *GetInvoicesOutputArgs, opts ...InvokeOption) GetInvoicesResultOutput> Note: This function is named GetInvoices in the Go SDK.
public static class GetInvoices
{
public static Task<GetInvoicesResult> InvokeAsync(GetInvoicesArgs args, InvokeOptions? opts = null)
public static Output<GetInvoicesResult> Invoke(GetInvoicesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInvoicesResult> getInvoices(GetInvoicesArgs args, InvokeOptions options)
public static Output<GetInvoicesResult> getInvoices(GetInvoicesArgs args, InvokeOptions options)
fn::invoke:
function: thoth:billing/getInvoices:getInvoices
arguments:
# arguments dictionarydata "thoth_billing_get_invoices" "name" {
# arguments
}The following arguments are supported:
- Limit int
- Limit int
- limit number
- limit Integer
- limit number
- limit int
- limit Number
getInvoices Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Invoices
Json string - Response
Json string - Total int
- Totals
Json string - Limit int
- Id string
- The provider-assigned unique ID for this managed resource.
- Invoices
Json string - Response
Json string - Total int
- Totals
Json string - Limit int
- id string
- The provider-assigned unique ID for this managed resource.
- invoices_
json string - response_
json string - total number
- totals_
json string - limit number
- id String
- The provider-assigned unique ID for this managed resource.
- invoices
Json String - response
Json String - total Integer
- totals
Json String - limit Integer
- id string
- The provider-assigned unique ID for this managed resource.
- invoices
Json string - response
Json string - total number
- totals
Json string - limit number
- id str
- The provider-assigned unique ID for this managed resource.
- invoices_
json str - response_
json str - total int
- totals_
json str - limit int
- id String
- The provider-assigned unique ID for this managed resource.
- invoices
Json String - response
Json String - total Number
- totals
Json String - limit 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