We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
Creates a spending limit for a specified quantum device. Spending limits help you control costs by setting maximum amounts that can be spent on quantum computing tasks within a specified time period.
Using getSpendingLimit
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 getSpendingLimit(args: GetSpendingLimitArgs, opts?: InvokeOptions): Promise<GetSpendingLimitResult>
function getSpendingLimitOutput(args: GetSpendingLimitOutputArgs, opts?: InvokeOptions): Output<GetSpendingLimitResult>def get_spending_limit(spending_limit_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSpendingLimitResult
def get_spending_limit_output(spending_limit_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSpendingLimitResult]func LookupSpendingLimit(ctx *Context, args *LookupSpendingLimitArgs, opts ...InvokeOption) (*LookupSpendingLimitResult, error)
func LookupSpendingLimitOutput(ctx *Context, args *LookupSpendingLimitOutputArgs, opts ...InvokeOption) LookupSpendingLimitResultOutput> Note: This function is named LookupSpendingLimit in the Go SDK.
public static class GetSpendingLimit
{
public static Task<GetSpendingLimitResult> InvokeAsync(GetSpendingLimitArgs args, InvokeOptions? opts = null)
public static Output<GetSpendingLimitResult> Invoke(GetSpendingLimitInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSpendingLimitResult> getSpendingLimit(GetSpendingLimitArgs args, InvokeOptions options)
public static Output<GetSpendingLimitResult> getSpendingLimit(GetSpendingLimitArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:braket:getSpendingLimit
arguments:
# arguments dictionaryThe following arguments are supported:
- Spending
Limit stringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- Spending
Limit stringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- spending
Limit StringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- spending
Limit stringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- spending_
limit_ strarn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- spending
Limit StringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
getSpendingLimit Result
The following output properties are available:
- Created
At string - The date and time when the spending limit was created, in ISO 8601 format.
- Queued
Spend string - The amount currently queued for spending on the device, in USD.
- Spending
Limit stringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- Spending
Limit stringValue - The maximum amount that can be spent on the specified device, in USD.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags to apply to the spending limit.
- Time
Period Pulumi.Aws Native. Braket. Outputs. Spending Limit Time Period - Total
Spend string - The total amount spent on the device so far during the current time period, in USD.
- Updated
At string - The date and time when the spending limit was last modified, in ISO 8601 format.
- Created
At string - The date and time when the spending limit was created, in ISO 8601 format.
- Queued
Spend string - The amount currently queued for spending on the device, in USD.
- Spending
Limit string - The maximum amount that can be spent on the specified device, in USD.
- Spending
Limit stringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- Tag
- The tags to apply to the spending limit.
- Time
Period SpendingLimit Time Period - Total
Spend string - The total amount spent on the device so far during the current time period, in USD.
- Updated
At string - The date and time when the spending limit was last modified, in ISO 8601 format.
- created
At String - The date and time when the spending limit was created, in ISO 8601 format.
- queued
Spend String - The amount currently queued for spending on the device, in USD.
- spending
Limit String - The maximum amount that can be spent on the specified device, in USD.
- spending
Limit StringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- List<Tag>
- The tags to apply to the spending limit.
- time
Period SpendingLimit Time Period - total
Spend String - The total amount spent on the device so far during the current time period, in USD.
- updated
At String - The date and time when the spending limit was last modified, in ISO 8601 format.
- created
At string - The date and time when the spending limit was created, in ISO 8601 format.
- queued
Spend string - The amount currently queued for spending on the device, in USD.
- spending
Limit string - The maximum amount that can be spent on the specified device, in USD.
- spending
Limit stringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- Tag[]
- The tags to apply to the spending limit.
- time
Period SpendingLimit Time Period - total
Spend string - The total amount spent on the device so far during the current time period, in USD.
- updated
At string - The date and time when the spending limit was last modified, in ISO 8601 format.
- created_
at str - The date and time when the spending limit was created, in ISO 8601 format.
- queued_
spend str - The amount currently queued for spending on the device, in USD.
- spending_
limit str - The maximum amount that can be spent on the specified device, in USD.
- spending_
limit_ strarn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- Sequence[root_Tag]
- The tags to apply to the spending limit.
- time_
period SpendingLimit Time Period - total_
spend str - The total amount spent on the device so far during the current time period, in USD.
- updated_
at str - The date and time when the spending limit was last modified, in ISO 8601 format.
- created
At String - The date and time when the spending limit was created, in ISO 8601 format.
- queued
Spend String - The amount currently queued for spending on the device, in USD.
- spending
Limit String - The maximum amount that can be spent on the specified device, in USD.
- spending
Limit StringArn - The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- List<Property Map>
- The tags to apply to the spending limit.
- time
Period Property Map - total
Spend String - The total amount spent on the device so far during the current time period, in USD.
- updated
At String - The date and time when the spending limit was last modified, in ISO 8601 format.
Supporting Types
SpendingLimitTimePeriod
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
