Class JobQueueArgs


  • public final class JobQueueArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JobQueueArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static JobQueueArgs.Builder builder()  
      static JobQueueArgs.Builder builder​(JobQueueArgs defaults)  
      com.pulumi.core.Output<java.util.List<java.lang.String>> computeEnvironments()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()  
      com.pulumi.core.Output<java.lang.Integer> priority()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> schedulingPolicyArn()  
      com.pulumi.core.Output<java.lang.String> state()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • computeEnvironments

        public com.pulumi.core.Output<java.util.List<java.lang.String>> computeEnvironments()
        Returns:
        Specifies the set of compute environments mapped to a job queue and their order. The position of the compute environments in the list will dictate the order.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Specifies the name of the job queue.
      • priority

        public com.pulumi.core.Output<java.lang.Integer> priority()
        Returns:
        The priority of the job queue. Job queues with a higher priority are evaluated first when associated with the same compute environment.
      • schedulingPolicyArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> schedulingPolicyArn()
        Returns:
        The ARN of the fair share scheduling policy. If this parameter is specified, the job queue uses a fair share scheduling policy. If this parameter isn't specified, the job queue uses a first in, first out (FIFO) scheduling policy. After a job queue is created, you can replace but can't remove the fair share scheduling policy.
      • state

        public com.pulumi.core.Output<java.lang.String> state()
        Returns:
        The state of the job queue. Must be one of: `ENABLED` or `DISABLED`
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.