SpendingLimitSummary
Contains summary information about a spending limit, including current spending status and configuration details.
Contents
- createdAt
-
The date and time when the spending limit was created, in epoch seconds.
Type: Timestamp
Required: Yes
- deviceArn
-
The Amazon Resource Name (ARN) of the quantum device associated with this spending limit.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- queuedSpend
-
The amount currently queued for spending on the device, in USD.
Type: String
Required: Yes
- spendingLimit
-
The maximum spending amount allowed for the device during the specified time period, in USD.
Type: String
Required: Yes
- spendingLimitArn
-
The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:braket:[a-z0-9\-]+:[0-9]{12}:spending-limit/.*Required: Yes
- timePeriod
-
The time period during which the spending limit is active.
Type: TimePeriod object
Required: Yes
- totalSpend
-
The total amount spent on the device so far during the current time period, in USD.
Type: String
Required: Yes
- updatedAt
-
The date and time when the spending limit was last modified, in epoch seconds.
Type: Timestamp
Required: Yes
-
The tags associated with the spending limit. Each tag consists of a key and an optional value.
Type: String to string map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: