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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSchedulingPolicy.QuotaSharePolicyPropertystatic final classAn implementation forCfnSchedulingPolicy.QuotaSharePolicyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdleResourceAssignmentStrategy
- See Also:
-
builder
-