Interface CfnQuotaSharePropsMixin.QuotaShareResourceSharingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuotaSharePropsMixin.QuotaShareResourceSharingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnQuotaSharePropsMixin
@Stability(Stable)
public static interface CfnQuotaSharePropsMixin.QuotaShareResourceSharingConfigurationProperty
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.*;
QuotaShareResourceSharingConfigurationProperty quotaShareResourceSharingConfigurationProperty = QuotaShareResourceSharingConfigurationProperty.builder()
.borrowLimit(123)
.strategy("strategy")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnQuotaSharePropsMixin.QuotaShareResourceSharingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBorrowLimit
The maximum amount of compute capacity that can be borrowed.Use -1 for unlimited borrowing.
- See Also:
-
getStrategy
The resource sharing strategy.- See Also:
-
builder
@Stability(Stable) static CfnQuotaSharePropsMixin.QuotaShareResourceSharingConfigurationProperty.Builder builder()
-