Class SchedulingPolicyFairSharePolicyArgs


  • public final class SchedulingPolicyFairSharePolicyArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • computeReservation

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> computeReservation()
        Returns:
        A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).
      • shareDecaySeconds

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> shareDecaySeconds()
      • shareDistributions

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SchedulingPolicyFairSharePolicyShareDistributionArgs>>> shareDistributions()
        Returns:
        One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `share_distribution` block is documented below.