Interface CfnSchedulingPolicy.ShareAttributesProperty

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

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

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

See Also: