interface SpendingLimitReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Braket.SpendingLimitReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbraket#SpendingLimitReference |
Java | software.amazon.awscdk.interfaces.braket.SpendingLimitReference |
Python | aws_cdk.interfaces.aws_braket.SpendingLimitReference |
TypeScript | aws-cdk-lib » interfaces » aws_braket » SpendingLimitReference |
A reference to a SpendingLimit resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_braket as interfaces_braket } from 'aws-cdk-lib/interfaces';
const spendingLimitReference: interfaces_braket.SpendingLimitReference = {
spendingLimitArn: 'spendingLimitArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| spending | string | The SpendingLimitArn of the SpendingLimit resource. |
spendingLimitArn
Type:
string
The SpendingLimitArn of the SpendingLimit resource.

.NET
Go
Java
Python
TypeScript