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 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 dictionarydata "thoth_billing_get_pricing" "name" {
# arguments
}getPricing Result
The following output properties are available:
- Active
Tier string - Base
Monthly doublePlatform Fee Usd - Catalog
Version string - Credit
Discount doublePercent - Governed
Identity doubleUsd Per Month - Id string
- The provider-assigned unique ID for this managed resource.
- Included
Governed intIdentities - Included
Policy intChecks - Overage
Cap doubleUsd - Policy
Checks doubleUsd Per Million - Prepaid
Credit doubleUsd - Response
Json string
- Active
Tier string - Base
Monthly float64Platform Fee Usd - Catalog
Version string - Credit
Discount float64Percent - Governed
Identity float64Usd Per Month - Id string
- The provider-assigned unique ID for this managed resource.
- Included
Governed intIdentities - Included
Policy intChecks - Overage
Cap float64Usd - Policy
Checks float64Usd Per Million - Prepaid
Credit float64Usd - Response
Json string
- active_
tier string - base_
monthly_ numberplatform_ fee_ usd - catalog_
version string - credit_
discount_ numberpercent - governed_
identity_ numberusd_ per_ month - id string
- The provider-assigned unique ID for this managed resource.
- included_
governed_ numberidentities - included_
policy_ numberchecks - overage_
cap_ numberusd - policy_
checks_ numberusd_ per_ million - prepaid_
credit_ numberusd - response_
json string
- active
Tier String - base
Monthly DoublePlatform Fee Usd - catalog
Version String - credit
Discount DoublePercent - governed
Identity DoubleUsd Per Month - id String
- The provider-assigned unique ID for this managed resource.
- included
Governed IntegerIdentities - included
Policy IntegerChecks - overage
Cap DoubleUsd - policy
Checks DoubleUsd Per Million - prepaid
Credit DoubleUsd - response
Json String
- active
Tier string - base
Monthly numberPlatform Fee Usd - catalog
Version string - credit
Discount numberPercent - governed
Identity numberUsd Per Month - id string
- The provider-assigned unique ID for this managed resource.
- included
Governed numberIdentities - included
Policy numberChecks - overage
Cap numberUsd - policy
Checks numberUsd Per Million - prepaid
Credit numberUsd - response
Json string
- active_
tier str - base_
monthly_ floatplatform_ fee_ usd - catalog_
version str - credit_
discount_ floatpercent - governed_
identity_ floatusd_ per_ month - id str
- The provider-assigned unique ID for this managed resource.
- included_
governed_ intidentities - included_
policy_ intchecks - overage_
cap_ floatusd - policy_
checks_ floatusd_ per_ million - prepaid_
credit_ floatusd - response_
json str
- active
Tier String - base
Monthly NumberPlatform Fee Usd - catalog
Version String - credit
Discount NumberPercent - governed
Identity NumberUsd Per Month - id String
- The provider-assigned unique ID for this managed resource.
- included
Governed NumberIdentities - included
Policy NumberChecks - overage
Cap NumberUsd - policy
Checks NumberUsd Per Million - prepaid
Credit NumberUsd - response
Json String
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