AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Braket::SpendingLimit

CfnSpendingLimit

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.

Import

import { CfnSpendingLimit } from 'aws-cdk-lib/aws-braket';

Or use the module namespace:

import * as braket from 'aws-cdk-lib/aws-braket';
// braket.CfnSpendingLimit

Properties

Configuration passed to the constructor as CfnSpendingLimitProps.

deviceArnRequired
string

The Amazon Resource Name (ARN) of the quantum device to apply the spending limit to.

spendingLimitRequired
string

The maximum amount that can be spent on the specified device, in USD.

tagsOptional
CfnTag[]

The tags to apply to the spending limit.

timePeriodOptional
IResolvable | TimePeriodProperty

Defines a time range for spending limits, specifying when the limit is active.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-braket
CFN TypeAWS::Braket::SpendingLimit
Properties4

External Links