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