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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBudgetPropsMixin.UsageTrackingResourcePropertystatic final classAn implementation forCfnBudgetPropsMixin.UsageTrackingResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getQueueId
The queue ID.- See Also:
-
builder
-