interface UsageTrackingResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Deadline.CfnBudget.UsageTrackingResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnBudget_UsageTrackingResourceProperty |
Java | software.amazon.awscdk.services.deadline.CfnBudget.UsageTrackingResourceProperty |
Python | aws_cdk.aws_deadline.CfnBudget.UsageTrackingResourceProperty |
TypeScript | aws-cdk-lib » aws_deadline » CfnBudget » UsageTrackingResourceProperty |
The usage details of the allotted budget.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const usageTrackingResourceProperty: deadline.CfnBudget.UsageTrackingResourceProperty = {
queueId: 'queueId',
};
Properties
| Name | Type | Description |
|---|---|---|
| queue | string | The queue ID. |
queueId
Type:
string
The queue ID.

.NET
Go
Java
Python
TypeScript