AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateSpendingLimit operation. 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. Simulators do not support spending limits.
Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z
public class CreateSpendingLimitRequest : AmazonBraketRequest IAmazonWebServiceRequest
The CreateSpendingLimitRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
CreateSpendingLimitRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ClientToken | System.String |
Gets and sets the property ClientToken. A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Braket ignores the request, but does not return an error. |
|
DeviceArn | System.String |
Gets and sets the property DeviceArn. The Amazon Resource Name (ARN) of the quantum device to apply the spending limit to. |
|
SpendingLimit | System.String |
Gets and sets the property SpendingLimit. The maximum amount that can be spent on the specified device, in USD. |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. The tags to apply to the spending limit. Each tag consists of a key and an optional value. |
|
TimePeriod | Amazon.Braket.Model.TimePeriod |
Gets and sets the property TimePeriod. The time period during which the spending limit is active, including start and end dates. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5