1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. billing
  6. getMonthlyCost
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
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 dictionary
    data "thoth_billing_get_monthly_cost" "name" {
        # arguments
    }

    getMonthlyCost Result

    The following output properties are available:

    ActionCostUsd double
    CreditDiscountUsd double
    GovernedIdentitiesObserved int
    GovernedIdentityCostUsd double
    Id string
    The provider-assigned unique ID for this managed resource.
    NetCostUsd double
    PolicyChecksCostUsd double
    PolicyChecksTotal int
    ResponseJson string
    StripeInvoiceTotalUsd double
    StripeReconciliationUsd double
    Tier string
    TotalCostUsd double
    ActionCostUsd float64
    CreditDiscountUsd float64
    GovernedIdentitiesObserved int
    GovernedIdentityCostUsd float64
    Id string
    The provider-assigned unique ID for this managed resource.
    NetCostUsd float64
    PolicyChecksCostUsd float64
    PolicyChecksTotal int
    ResponseJson string
    StripeInvoiceTotalUsd float64
    StripeReconciliationUsd float64
    Tier string
    TotalCostUsd float64
    action_cost_usd number
    credit_discount_usd number
    governed_identities_observed number
    governed_identity_cost_usd number
    id string
    The provider-assigned unique ID for this managed resource.
    net_cost_usd number
    policy_checks_cost_usd number
    policy_checks_total number
    response_json string
    stripe_invoice_total_usd number
    stripe_reconciliation_usd number
    tier string
    total_cost_usd number
    actionCostUsd Double
    creditDiscountUsd Double
    governedIdentitiesObserved Integer
    governedIdentityCostUsd Double
    id String
    The provider-assigned unique ID for this managed resource.
    netCostUsd Double
    policyChecksCostUsd Double
    policyChecksTotal Integer
    responseJson String
    stripeInvoiceTotalUsd Double
    stripeReconciliationUsd Double
    tier String
    totalCostUsd Double
    actionCostUsd number
    creditDiscountUsd number
    governedIdentitiesObserved number
    governedIdentityCostUsd number
    id string
    The provider-assigned unique ID for this managed resource.
    netCostUsd number
    policyChecksCostUsd number
    policyChecksTotal number
    responseJson string
    stripeInvoiceTotalUsd number
    stripeReconciliationUsd number
    tier string
    totalCostUsd number
    actionCostUsd Number
    creditDiscountUsd Number
    governedIdentitiesObserved Number
    governedIdentityCostUsd Number
    id String
    The provider-assigned unique ID for this managed resource.
    netCostUsd Number
    policyChecksCostUsd Number
    policyChecksTotal Number
    responseJson String
    stripeInvoiceTotalUsd Number
    stripeReconciliationUsd Number
    tier String
    totalCostUsd Number

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial