---
type: resource-type
title: SpendingLimit
description: aws resource type AWS::Braket::SpendingLimit
name: SpendingLimit
lexicon: aws
resource_type: AWS::Braket::SpendingLimit
---
`AWS::Braket::SpendingLimit`, a resource type of the aws lexicon.

## Properties

- `DeviceArn` (`string`, required): The Amazon Resource Name (ARN) of the quantum device to apply the spending limit to.
- `SpendingLimit` (`string`, required): The maximum amount that can be spent on the specified device, in USD.
- `CreatedAt` (`string`, optional): The date and time when the spending limit was created, in ISO 8601 format.
- `QueuedSpend` (`string`, optional): The amount currently queued for spending on the device, in USD.
- `SpendingLimitArn` (`string`, optional): The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
- `Tags` (`SpendingLimit_Tag[]`, optional): The tags to apply to the spending limit.
- `TimePeriod` (`SpendingLimit_TimePeriod`, optional)
- `TotalSpend` (`string`, optional): The total amount spent on the device so far during the current time period, in USD.
- `UpdatedAt` (`string`, optional): The date and time when the spending limit was last modified, in ISO 8601 format.

## Attributes

- `CreatedAt`
- `QueuedSpend`
- `SpendingLimitArn`
- `TotalSpend`
- `UpdatedAt`
