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