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 getCreditBank
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 getCreditBank(args: GetCreditBankArgs, opts?: InvokeOptions): Promise<GetCreditBankResult>
function getCreditBankOutput(args: GetCreditBankOutputArgs, opts?: InvokeOptions): Output<GetCreditBankResult>def get_credit_bank(as_of: Optional[str] = None,
average_monthly_burn_cents: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetCreditBankResult
def get_credit_bank_output(as_of: pulumi.Input[Optional[str]] = None,
average_monthly_burn_cents: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCreditBankResult]func GetCreditBank(ctx *Context, args *GetCreditBankArgs, opts ...InvokeOption) (*GetCreditBankResult, error)
func GetCreditBankOutput(ctx *Context, args *GetCreditBankOutputArgs, opts ...InvokeOption) GetCreditBankResultOutput> Note: This function is named GetCreditBank in the Go SDK.
public static class GetCreditBank
{
public static Task<GetCreditBankResult> InvokeAsync(GetCreditBankArgs args, InvokeOptions? opts = null)
public static Output<GetCreditBankResult> Invoke(GetCreditBankInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCreditBankResult> getCreditBank(GetCreditBankArgs args, InvokeOptions options)
public static Output<GetCreditBankResult> getCreditBank(GetCreditBankArgs args, InvokeOptions options)
fn::invoke:
function: thoth:billing/getCreditBank:getCreditBank
arguments:
# arguments dictionarydata "thoth_billing_get_credit_bank" "name" {
# arguments
}The following arguments are supported:
- As
Of string - Average
Monthly intBurn Cents
- As
Of string - Average
Monthly intBurn Cents
- as_
of string - average_
monthly_ numberburn_ cents
- as
Of String - average
Monthly IntegerBurn Cents
- as
Of string - average
Monthly numberBurn Cents
- as_
of str - average_
monthly_ intburn_ cents
- as
Of String - average
Monthly NumberBurn Cents
getCreditBank Result
The following output properties are available:
- Active
Wallet intCount - Active
Wallets stringJson - Id string
- The provider-assigned unique ID for this managed resource.
- Low
Balance boolAlert - Low
Balance intThreshold Cents - Response
Json string - Total
Active intBalance Cents - As
Of string - Average
Monthly intBurn Cents
- Active
Wallet intCount - Active
Wallets stringJson - Id string
- The provider-assigned unique ID for this managed resource.
- Low
Balance boolAlert - Low
Balance intThreshold Cents - Response
Json string - Total
Active intBalance Cents - As
Of string - Average
Monthly intBurn Cents
- active_
wallet_ numbercount - active_
wallets_ stringjson - id string
- The provider-assigned unique ID for this managed resource.
- low_
balance_ boolalert - low_
balance_ numberthreshold_ cents - response_
json string - total_
active_ numberbalance_ cents - as_
of string - average_
monthly_ numberburn_ cents
- active
Wallet IntegerCount - active
Wallets StringJson - id String
- The provider-assigned unique ID for this managed resource.
- low
Balance BooleanAlert - low
Balance IntegerThreshold Cents - response
Json String - total
Active IntegerBalance Cents - as
Of String - average
Monthly IntegerBurn Cents
- active
Wallet numberCount - active
Wallets stringJson - id string
- The provider-assigned unique ID for this managed resource.
- low
Balance booleanAlert - low
Balance numberThreshold Cents - response
Json string - total
Active numberBalance Cents - as
Of string - average
Monthly numberBurn Cents
- active_
wallet_ intcount - active_
wallets_ strjson - id str
- The provider-assigned unique ID for this managed resource.
- low_
balance_ boolalert - low_
balance_ intthreshold_ cents - response_
json str - total_
active_ intbalance_ cents - as_
of str - average_
monthly_ intburn_ cents
- active
Wallet NumberCount - active
Wallets StringJson - id String
- The provider-assigned unique ID for this managed resource.
- low
Balance BooleanAlert - low
Balance NumberThreshold Cents - response
Json String - total
Active NumberBalance Cents - as
Of String - average
Monthly NumberBurn Cents
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