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 getMonthlyCost
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 getMonthlyCost(opts?: InvokeOptions): Promise<GetMonthlyCostResult>
function getMonthlyCostOutput(opts?: InvokeOptions): Output<GetMonthlyCostResult>def get_monthly_cost(opts: Optional[InvokeOptions] = None) -> GetMonthlyCostResult
def get_monthly_cost_output(opts: Optional[InvokeOptions] = None) -> Output[GetMonthlyCostResult]func GetMonthlyCost(ctx *Context, opts ...InvokeOption) (*GetMonthlyCostResult, error)
func GetMonthlyCostOutput(ctx *Context, opts ...InvokeOption) GetMonthlyCostResultOutput> Note: This function is named GetMonthlyCost in the Go SDK.
public static class GetMonthlyCost
{
public static Task<GetMonthlyCostResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetMonthlyCostResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetMonthlyCostResult> getMonthlyCost(InvokeOptions options)
public static Output<GetMonthlyCostResult> getMonthlyCost(InvokeOptions options)
fn::invoke:
function: thoth:billing/getMonthlyCost:getMonthlyCost
arguments:
# arguments dictionarydata "thoth_billing_get_monthly_cost" "name" {
# arguments
}getMonthlyCost Result
The following output properties are available:
- Action
Cost doubleUsd - Credit
Discount doubleUsd - Governed
Identities intObserved - Governed
Identity doubleCost Usd - Id string
- The provider-assigned unique ID for this managed resource.
- Net
Cost doubleUsd - Policy
Checks doubleCost Usd - Policy
Checks intTotal - Response
Json string - Stripe
Invoice doubleTotal Usd - Stripe
Reconciliation doubleUsd - Tier string
- Total
Cost doubleUsd
- Action
Cost float64Usd - Credit
Discount float64Usd - Governed
Identities intObserved - Governed
Identity float64Cost Usd - Id string
- The provider-assigned unique ID for this managed resource.
- Net
Cost float64Usd - Policy
Checks float64Cost Usd - Policy
Checks intTotal - Response
Json string - Stripe
Invoice float64Total Usd - Stripe
Reconciliation float64Usd - Tier string
- Total
Cost float64Usd
- action_
cost_ numberusd - credit_
discount_ numberusd - governed_
identities_ numberobserved - governed_
identity_ numbercost_ usd - id string
- The provider-assigned unique ID for this managed resource.
- net_
cost_ numberusd - policy_
checks_ numbercost_ usd - policy_
checks_ numbertotal - response_
json string - stripe_
invoice_ numbertotal_ usd - stripe_
reconciliation_ numberusd - tier string
- total_
cost_ numberusd
- action
Cost DoubleUsd - credit
Discount DoubleUsd - governed
Identities IntegerObserved - governed
Identity DoubleCost Usd - id String
- The provider-assigned unique ID for this managed resource.
- net
Cost DoubleUsd - policy
Checks DoubleCost Usd - policy
Checks IntegerTotal - response
Json String - stripe
Invoice DoubleTotal Usd - stripe
Reconciliation DoubleUsd - tier String
- total
Cost DoubleUsd
- action
Cost numberUsd - credit
Discount numberUsd - governed
Identities numberObserved - governed
Identity numberCost Usd - id string
- The provider-assigned unique ID for this managed resource.
- net
Cost numberUsd - policy
Checks numberCost Usd - policy
Checks numberTotal - response
Json string - stripe
Invoice numberTotal Usd - stripe
Reconciliation numberUsd - tier string
- total
Cost numberUsd
- action_
cost_ floatusd - credit_
discount_ floatusd - governed_
identities_ intobserved - governed_
identity_ floatcost_ usd - id str
- The provider-assigned unique ID for this managed resource.
- net_
cost_ floatusd - policy_
checks_ floatcost_ usd - policy_
checks_ inttotal - response_
json str - stripe_
invoice_ floattotal_ usd - stripe_
reconciliation_ floatusd - tier str
- total_
cost_ floatusd
- action
Cost NumberUsd - credit
Discount NumberUsd - governed
Identities NumberObserved - governed
Identity NumberCost Usd - id String
- The provider-assigned unique ID for this managed resource.
- net
Cost NumberUsd - policy
Checks NumberCost Usd - policy
Checks NumberTotal - response
Json String - stripe
Invoice NumberTotal Usd - stripe
Reconciliation NumberUsd - tier String
- total
Cost NumberUsd
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