Class EventTargetEcsTargetCapacityProviderStrategy


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

      • base

        public java.util.Optional<java.lang.Integer> base()
        Returns:
        The base value designates how many 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. Defaults to `0`.
      • capacityProvider

        public java.lang.String capacityProvider()
        Returns:
        Short name of the capacity provider.
      • weight

        public java.util.Optional<java.lang.Integer> weight()
        Returns:
        The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.