Interface CfnQuotaSharePropsMixin.QuotaShareCapacityLimitProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuotaSharePropsMixin.QuotaShareCapacityLimitProperty.Jsii$Proxy
- Enclosing class:
CfnQuotaSharePropsMixin
@Stability(Stable)
public static interface CfnQuotaSharePropsMixin.QuotaShareCapacityLimitProperty
extends software.amazon.jsii.JsiiSerializable
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.batch.*;
QuotaShareCapacityLimitProperty quotaShareCapacityLimitProperty = QuotaShareCapacityLimitProperty.builder()
.capacityUnit("capacityUnit")
.maxCapacity(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQuotaSharePropsMixin.QuotaShareCapacityLimitPropertystatic final classAn implementation forCfnQuotaSharePropsMixin.QuotaShareCapacityLimitProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapacityUnit
The unit of compute capacity for the capacityLimit.- See Also:
-
getMaxCapacity
The maximum capacity available for the quota share.This value represents the maximum amount of resources that can be allocated to jobs in the quota share without borrowing
- See Also:
-
builder
-