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: