Interface CfnSchedulingPolicyPropsMixin.QuotaSharePolicyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSchedulingPolicyPropsMixin.QuotaSharePolicyProperty.Jsii$Proxy
Enclosing class:
CfnSchedulingPolicyPropsMixin

@Stability(Stable) public static interface CfnSchedulingPolicyPropsMixin.QuotaSharePolicyProperty extends software.amazon.jsii.JsiiSerializable
Quota Share Policy for the Job Queue.

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.*;
 QuotaSharePolicyProperty quotaSharePolicyProperty = QuotaSharePolicyProperty.builder()
         .idleResourceAssignmentStrategy("idleResourceAssignmentStrategy")
         .build();
 

See Also: