AWS::Braket::SpendingLimitCreates 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.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeviceArn | string | RequiredCreate-only |
SpendingLimit | string | Required |
Tags | Array<Tag> | |
TimePeriod | TimePeriod |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The date and time when the spending limit was created, in ISO 8601 format. |
QueuedSpend | string | The amount currently queued for spending on the device, in USD. |
SpendingLimitArn | string | The Amazon Resource Name (ARN) that uniquely identifies the spending limit. |
TotalSpend | string | The total amount spent on the device so far during the current time period, in USD. |
UpdatedAt | string | The date and time when the spending limit was last modified, in ISO 8601 format. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Braket::SpendingLimit
Resources:
MyResource:
Type: AWS::Braket::SpendingLimit
Properties:
DeviceArn: "arn:aws:service:region:account:resource"
SpendingLimit: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
braket:CreateSpendingLimitbraket:SearchSpendingLimitsbraket:TagResourcebraket:SearchSpendingLimitsbraket:ListTagsForResourcebraket:UpdateSpendingLimitbraket:SearchSpendingLimitsbraket:TagResourcebraket:UntagResourcebraket:DeleteSpendingLimitbraket:SearchSpendingLimitsbraket:SearchSpendingLimitsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSpendingLimitArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DeviceArn