Interface CfnBudgetPropsMixin.UsageTrackingResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBudgetPropsMixin.UsageTrackingResourceProperty.Jsii$Proxy
Enclosing class:
CfnBudgetPropsMixin

@Stability(Stable) public static interface CfnBudgetPropsMixin.UsageTrackingResourceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
 UsageTrackingResourceProperty usageTrackingResourceProperty = UsageTrackingResourceProperty.builder()
         .queueId("queueId")
         .build();
 

See Also: