published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Create OverageCap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OverageCap(name: string, args: OverageCapArgs, opts?: CustomResourceOptions);@overload
def OverageCap(resource_name: str,
args: OverageCapArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OverageCap(resource_name: str,
opts: Optional[ResourceOptions] = None,
overage_cap_usd: Optional[float] = None)func NewOverageCap(ctx *Context, name string, args OverageCapArgs, opts ...ResourceOption) (*OverageCap, error)public OverageCap(string name, OverageCapArgs args, CustomResourceOptions? opts = null)
public OverageCap(String name, OverageCapArgs args)
public OverageCap(String name, OverageCapArgs args, CustomResourceOptions options)
type: thoth:billing:OverageCap
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "thoth_billing_overage_cap" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args OverageCapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OverageCapArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OverageCapArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OverageCapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OverageCapArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var overageCapResource = new Thoth.Billing.OverageCap("overageCapResource", new()
{
OverageCapUsd = 0,
});
example, err := billing.NewOverageCap(ctx, "overageCapResource", &billing.OverageCapArgs{
OverageCapUsd: pulumi.Float64(0),
})
resource "thoth_billing_overage_cap" "overageCapResource" {
lifecycle {
create_before_destroy = true
}
overage_cap_usd = 0
}
var overageCapResource = new OverageCap("overageCapResource", OverageCapArgs.builder()
.overageCapUsd(0.0)
.build());
overage_cap_resource = thoth.billing.OverageCap("overageCapResource", overage_cap_usd=float(0))
const overageCapResource = new thoth.billing.OverageCap("overageCapResource", {overageCapUsd: 0});
type: thoth:billing:OverageCap
properties:
overageCapUsd: 0
OverageCap Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OverageCap resource accepts the following input properties:
- Overage
Cap doubleUsd - Monthly variable overage cap in USD.
- Overage
Cap float64Usd - Monthly variable overage cap in USD.
- overage_
cap_ numberusd - Monthly variable overage cap in USD.
- overage
Cap DoubleUsd - Monthly variable overage cap in USD.
- overage
Cap numberUsd - Monthly variable overage cap in USD.
- overage_
cap_ floatusd - Monthly variable overage cap in USD.
- overage
Cap NumberUsd - Monthly variable overage cap in USD.
Outputs
All input properties are implicitly available as output properties. Additionally, the OverageCap resource produces the following output properties:
- Active
Tier string - Effective active pricing tier.
- Base
Monthly doublePlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- Governed
Identity doubleUsd Per Month - Per-governed-identity overage rate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Included
Governed intIdentities - Included governed identities before overage.
- Included
Policy intChecks - Included policy checks before overage.
- Policy
Checks doubleUsd Per Million - Per-million policy checks overage rate.
- Response
Json string - Full billing pricing profile response payload as JSON.
- Tenant
Id string - Tenant ID resolved from provider configuration.
- Updated
At string - Timestamp when the overage cap was last applied via provider.
- Active
Tier string - Effective active pricing tier.
- Base
Monthly float64Platform Fee Usd - Base monthly platform fee in USD for the active tier.
- Governed
Identity float64Usd Per Month - Per-governed-identity overage rate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Included
Governed intIdentities - Included governed identities before overage.
- Included
Policy intChecks - Included policy checks before overage.
- Policy
Checks float64Usd Per Million - Per-million policy checks overage rate.
- Response
Json string - Full billing pricing profile response payload as JSON.
- Tenant
Id string - Tenant ID resolved from provider configuration.
- Updated
At string - Timestamp when the overage cap was last applied via provider.
- active_
tier string - Effective active pricing tier.
- base_
monthly_ numberplatform_ fee_ usd - Base monthly platform fee in USD for the active tier.
- governed_
identity_ numberusd_ per_ month - Per-governed-identity overage rate.
- id string
- The provider-assigned unique ID for this managed resource.
- included_
governed_ numberidentities - Included governed identities before overage.
- included_
policy_ numberchecks - Included policy checks before overage.
- policy_
checks_ numberusd_ per_ million - Per-million policy checks overage rate.
- response_
json string - Full billing pricing profile response payload as JSON.
- tenant_
id string - Tenant ID resolved from provider configuration.
- updated_
at string - Timestamp when the overage cap was last applied via provider.
- active
Tier String - Effective active pricing tier.
- base
Monthly DoublePlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- governed
Identity DoubleUsd Per Month - Per-governed-identity overage rate.
- id String
- The provider-assigned unique ID for this managed resource.
- included
Governed IntegerIdentities - Included governed identities before overage.
- included
Policy IntegerChecks - Included policy checks before overage.
- policy
Checks DoubleUsd Per Million - Per-million policy checks overage rate.
- response
Json String - Full billing pricing profile response payload as JSON.
- tenant
Id String - Tenant ID resolved from provider configuration.
- updated
At String - Timestamp when the overage cap was last applied via provider.
- active
Tier string - Effective active pricing tier.
- base
Monthly numberPlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- governed
Identity numberUsd Per Month - Per-governed-identity overage rate.
- id string
- The provider-assigned unique ID for this managed resource.
- included
Governed numberIdentities - Included governed identities before overage.
- included
Policy numberChecks - Included policy checks before overage.
- policy
Checks numberUsd Per Million - Per-million policy checks overage rate.
- response
Json string - Full billing pricing profile response payload as JSON.
- tenant
Id string - Tenant ID resolved from provider configuration.
- updated
At string - Timestamp when the overage cap was last applied via provider.
- active_
tier str - Effective active pricing tier.
- base_
monthly_ floatplatform_ fee_ usd - Base monthly platform fee in USD for the active tier.
- governed_
identity_ floatusd_ per_ month - Per-governed-identity overage rate.
- id str
- The provider-assigned unique ID for this managed resource.
- included_
governed_ intidentities - Included governed identities before overage.
- included_
policy_ intchecks - Included policy checks before overage.
- policy_
checks_ floatusd_ per_ million - Per-million policy checks overage rate.
- response_
json str - Full billing pricing profile response payload as JSON.
- tenant_
id str - Tenant ID resolved from provider configuration.
- updated_
at str - Timestamp when the overage cap was last applied via provider.
- active
Tier String - Effective active pricing tier.
- base
Monthly NumberPlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- governed
Identity NumberUsd Per Month - Per-governed-identity overage rate.
- id String
- The provider-assigned unique ID for this managed resource.
- included
Governed NumberIdentities - Included governed identities before overage.
- included
Policy NumberChecks - Included policy checks before overage.
- policy
Checks NumberUsd Per Million - Per-million policy checks overage rate.
- response
Json String - Full billing pricing profile response payload as JSON.
- tenant
Id String - Tenant ID resolved from provider configuration.
- updated
At String - Timestamp when the overage cap was last applied via provider.
Look up Existing OverageCap Resource
Get an existing OverageCap resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OverageCapState, opts?: CustomResourceOptions): OverageCap@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
active_tier: Optional[str] = None,
base_monthly_platform_fee_usd: Optional[float] = None,
governed_identity_usd_per_month: Optional[float] = None,
included_governed_identities: Optional[int] = None,
included_policy_checks: Optional[int] = None,
overage_cap_usd: Optional[float] = None,
policy_checks_usd_per_million: Optional[float] = None,
response_json: Optional[str] = None,
tenant_id: Optional[str] = None,
updated_at: Optional[str] = None) -> OverageCapfunc GetOverageCap(ctx *Context, name string, id IDInput, state *OverageCapState, opts ...ResourceOption) (*OverageCap, error)public static OverageCap Get(string name, Input<string> id, OverageCapState? state, CustomResourceOptions? opts = null)public static OverageCap get(String name, Output<String> id, OverageCapState state, CustomResourceOptions options)resources: _: type: thoth:billing:OverageCap get: id: ${id}import {
to = thoth_billing_overage_cap.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Active
Tier string - Effective active pricing tier.
- Base
Monthly doublePlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- Governed
Identity doubleUsd Per Month - Per-governed-identity overage rate.
- Included
Governed intIdentities - Included governed identities before overage.
- Included
Policy intChecks - Included policy checks before overage.
- Overage
Cap doubleUsd - Monthly variable overage cap in USD.
- Policy
Checks doubleUsd Per Million - Per-million policy checks overage rate.
- Response
Json string - Full billing pricing profile response payload as JSON.
- Tenant
Id string - Tenant ID resolved from provider configuration.
- Updated
At string - Timestamp when the overage cap was last applied via provider.
- Active
Tier string - Effective active pricing tier.
- Base
Monthly float64Platform Fee Usd - Base monthly platform fee in USD for the active tier.
- Governed
Identity float64Usd Per Month - Per-governed-identity overage rate.
- Included
Governed intIdentities - Included governed identities before overage.
- Included
Policy intChecks - Included policy checks before overage.
- Overage
Cap float64Usd - Monthly variable overage cap in USD.
- Policy
Checks float64Usd Per Million - Per-million policy checks overage rate.
- Response
Json string - Full billing pricing profile response payload as JSON.
- Tenant
Id string - Tenant ID resolved from provider configuration.
- Updated
At string - Timestamp when the overage cap was last applied via provider.
- active_
tier string - Effective active pricing tier.
- base_
monthly_ numberplatform_ fee_ usd - Base monthly platform fee in USD for the active tier.
- governed_
identity_ numberusd_ per_ month - Per-governed-identity overage rate.
- included_
governed_ numberidentities - Included governed identities before overage.
- included_
policy_ numberchecks - Included policy checks before overage.
- overage_
cap_ numberusd - Monthly variable overage cap in USD.
- policy_
checks_ numberusd_ per_ million - Per-million policy checks overage rate.
- response_
json string - Full billing pricing profile response payload as JSON.
- tenant_
id string - Tenant ID resolved from provider configuration.
- updated_
at string - Timestamp when the overage cap was last applied via provider.
- active
Tier String - Effective active pricing tier.
- base
Monthly DoublePlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- governed
Identity DoubleUsd Per Month - Per-governed-identity overage rate.
- included
Governed IntegerIdentities - Included governed identities before overage.
- included
Policy IntegerChecks - Included policy checks before overage.
- overage
Cap DoubleUsd - Monthly variable overage cap in USD.
- policy
Checks DoubleUsd Per Million - Per-million policy checks overage rate.
- response
Json String - Full billing pricing profile response payload as JSON.
- tenant
Id String - Tenant ID resolved from provider configuration.
- updated
At String - Timestamp when the overage cap was last applied via provider.
- active
Tier string - Effective active pricing tier.
- base
Monthly numberPlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- governed
Identity numberUsd Per Month - Per-governed-identity overage rate.
- included
Governed numberIdentities - Included governed identities before overage.
- included
Policy numberChecks - Included policy checks before overage.
- overage
Cap numberUsd - Monthly variable overage cap in USD.
- policy
Checks numberUsd Per Million - Per-million policy checks overage rate.
- response
Json string - Full billing pricing profile response payload as JSON.
- tenant
Id string - Tenant ID resolved from provider configuration.
- updated
At string - Timestamp when the overage cap was last applied via provider.
- active_
tier str - Effective active pricing tier.
- base_
monthly_ floatplatform_ fee_ usd - Base monthly platform fee in USD for the active tier.
- governed_
identity_ floatusd_ per_ month - Per-governed-identity overage rate.
- included_
governed_ intidentities - Included governed identities before overage.
- included_
policy_ intchecks - Included policy checks before overage.
- overage_
cap_ floatusd - Monthly variable overage cap in USD.
- policy_
checks_ floatusd_ per_ million - Per-million policy checks overage rate.
- response_
json str - Full billing pricing profile response payload as JSON.
- tenant_
id str - Tenant ID resolved from provider configuration.
- updated_
at str - Timestamp when the overage cap was last applied via provider.
- active
Tier String - Effective active pricing tier.
- base
Monthly NumberPlatform Fee Usd - Base monthly platform fee in USD for the active tier.
- governed
Identity NumberUsd Per Month - Per-governed-identity overage rate.
- included
Governed NumberIdentities - Included governed identities before overage.
- included
Policy NumberChecks - Included policy checks before overage.
- overage
Cap NumberUsd - Monthly variable overage cap in USD.
- policy
Checks NumberUsd Per Million - Per-million policy checks overage rate.
- response
Json String - Full billing pricing profile response payload as JSON.
- tenant
Id String - Tenant ID resolved from provider configuration.
- updated
At String - Timestamp when the overage cap was last applied via provider.
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
published on Thursday, Jul 23, 2026 by Aten Security