1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. billing
  6. getPricing
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 getPricing

    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 getPricing(opts?: InvokeOptions): Promise<GetPricingResult>
    function getPricingOutput(opts?: InvokeOptions): Output<GetPricingResult>
    def get_pricing(opts: Optional[InvokeOptions] = None) -> GetPricingResult
    def get_pricing_output(opts: Optional[InvokeOptions] = None) -> Output[GetPricingResult]
    func GetPricing(ctx *Context, opts ...InvokeOption) (*GetPricingResult, error)
    func GetPricingOutput(ctx *Context, opts ...InvokeOption) GetPricingResultOutput

    > Note: This function is named GetPricing in the Go SDK.

    public static class GetPricing 
    {
        public static Task<GetPricingResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetPricingResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPricingResult> getPricing(InvokeOptions options)
    public static Output<GetPricingResult> getPricing(InvokeOptions options)
    
    fn::invoke:
      function: thoth:billing/getPricing:getPricing
      arguments:
        # arguments dictionary
    data "thoth_billing_get_pricing" "name" {
        # arguments
    }

    getPricing Result

    The following output properties are available:

    ActiveTier string
    BaseMonthlyPlatformFeeUsd float64
    CatalogVersion string
    CreditDiscountPercent float64
    GovernedIdentityUsdPerMonth float64
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludedGovernedIdentities int
    IncludedPolicyChecks int
    OverageCapUsd float64
    PolicyChecksUsdPerMillion float64
    PrepaidCreditUsd float64
    ResponseJson string
    activeTier String
    baseMonthlyPlatformFeeUsd Double
    catalogVersion String
    creditDiscountPercent Double
    governedIdentityUsdPerMonth Double
    id String
    The provider-assigned unique ID for this managed resource.
    includedGovernedIdentities Integer
    includedPolicyChecks Integer
    overageCapUsd Double
    policyChecksUsdPerMillion Double
    prepaidCreditUsd Double
    responseJson String
    activeTier string
    baseMonthlyPlatformFeeUsd number
    catalogVersion string
    creditDiscountPercent number
    governedIdentityUsdPerMonth number
    id string
    The provider-assigned unique ID for this managed resource.
    includedGovernedIdentities number
    includedPolicyChecks number
    overageCapUsd number
    policyChecksUsdPerMillion number
    prepaidCreditUsd number
    responseJson string
    activeTier String
    baseMonthlyPlatformFeeUsd Number
    catalogVersion String
    creditDiscountPercent Number
    governedIdentityUsdPerMonth Number
    id String
    The provider-assigned unique ID for this managed resource.
    includedGovernedIdentities Number
    includedPolicyChecks Number
    overageCapUsd Number
    policyChecksUsdPerMillion Number
    prepaidCreditUsd Number
    responseJson String

    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