Class GetTaskExecutionCapacityProviderStrategyArgs


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

      • base

        public java.util.Optional<com.pulumi.core.Output<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. Defaults to `0`.
      • capacityProvider

        public com.pulumi.core.Output<java.lang.String> capacityProvider()
        Returns:
        Name of the capacity provider.
      • weight

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> weight()
        Returns:
        The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.