AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Braket.AmazonBraketRequest
      Amazon.Braket.Model.CreateSpendingLimitRequest

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class CreateSpendingLimitRequest : AmazonBraketRequest
         IAmazonWebServiceRequest

The CreateSpendingLimitRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

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

Public Property SpendingLimit System.String

Gets and sets the property SpendingLimit.

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

Public Property 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.

Public Property 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.

Version Information

.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