Interface CfnSchedulingPolicyPropsMixin.ShareAttributesProperty

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

@Stability(Stable) public static interface CfnSchedulingPolicyPropsMixin.ShareAttributesProperty extends software.amazon.jsii.JsiiSerializable
Specifies the weights for the share identifiers for the fair-share policy.

Share identifiers that aren't included have a default weight of 1.0 .

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.*;
 ShareAttributesProperty shareAttributesProperty = ShareAttributesProperty.builder()
         .shareIdentifier("shareIdentifier")
         .weightFactor(123)
         .build();
 

See Also: