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.
import { CfnSpendingLimit } from 'aws-cdk-lib/aws-braket';Or use the module namespace:
import * as braket from 'aws-cdk-lib/aws-braket';
// braket.CfnSpendingLimitConfiguration passed to the constructor as CfnSpendingLimitProps.
deviceArnRequiredstringThe Amazon Resource Name (ARN) of the quantum device to apply the spending limit to.
spendingLimitRequiredstringThe maximum amount that can be spent on the specified device, in USD.
tagsOptionalCfnTag[]The tags to apply to the spending limit.
timePeriodOptionalIResolvable | TimePeriodPropertyDefines a time range for spending limits, specifying when the limit is active.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-braketAWS::Braket::SpendingLimit