Packages

case class AWS::Batch::JobQueue(name: String, JobQueueName: Option[Token[String]], ComputeEnvironmentOrder: Seq[ComputeEnvironmentOrder], Priority: Token[Int], State: Option[JobQueueState], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::Batch::JobQueue] with HasArn with Product with Serializable

The AWS::Batch::JobQueue resource defines your AWS Batch job queue. For more information, see Job Queues in the AWS Batch User Guide.

name

CloudFormation logical name.

JobQueueName

The name of the job queue.

ComputeEnvironmentOrder

The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.

Priority

The priority of the job queue.

State

The status of the job queue (for example, CREATING or VALID).

Condition

Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

Linear Supertypes
Serializable, Serializable, Product, Equals, HasArn, Resource[AWS::Batch::JobQueue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::Batch::JobQueue
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasArn
  7. Resource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWS::Batch::JobQueue(name: String, JobQueueName: Option[Token[String]], ComputeEnvironmentOrder: Seq[ComputeEnvironmentOrder], Priority: Token[Int], State: Option[JobQueueState], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None)

    name

    CloudFormation logical name.

    JobQueueName

    The name of the job queue.

    ComputeEnvironmentOrder

    The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.

    Priority

    The priority of the job queue.

    State

    The status of the job queue (for example, CREATING or VALID).

    Condition

    Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

Type Members

  1. type RR = Resource[AWS::Batch::JobQueue]
    Definition Classes
    Resource

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ComputeEnvironmentOrder: Seq[ComputeEnvironmentOrder]
  5. val Condition: Option[ConditionRef]
    Definition Classes
    AWS::Batch::JobQueueResource
  6. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  7. val DependsOn: Option[Seq[String]]
    Definition Classes
    AWS::Batch::JobQueueResource
  8. val JobQueueName: Option[Token[String]]
  9. val Priority: Token[Int]
  10. val ResourceType: String
    Definition Classes
    Resource
  11. val State: Option[JobQueueState]
  12. def arn: Token[String]
    Definition Classes
    AWS::Batch::JobQueueHasArn
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
    Definition Classes
    AWS::Batch::JobQueueHasArnResource
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def when(newCondition: Option[ConditionRef]): AWS::Batch::JobQueue
    Definition Classes
    AWS::Batch::JobQueueResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasArn

Inherited from Resource[AWS::Batch::JobQueue]

Inherited from AnyRef

Inherited from Any

Ungrouped