Interface CfnSchedulingPolicy.QuotaSharePolicyProperty

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

@Stability(Stable) public static interface CfnSchedulingPolicy.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.services.batch.*;
 QuotaSharePolicyProperty quotaSharePolicyProperty = QuotaSharePolicyProperty.builder()
         .idleResourceAssignmentStrategy("idleResourceAssignmentStrategy")
         .build();
 

See Also: