Class TaskSetCapacityProviderStrategy


  • public final class TaskSetCapacityProviderStrategy
    extends java.lang.Object
    • Method Detail

      • base

        public java.util.Optional<java.lang.Integer> base()
        Returns:
        The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.
      • capacityProvider

        public java.lang.String capacityProvider()
        Returns:
        The short name or full Amazon Resource Name (ARN) of the capacity provider.
      • weight

        public java.lang.Integer weight()
        Returns:
        The relative percentage of the total number of launched tasks that should use the specified capacity provider.