com.monsanto.arch.cloudformation.model.resource
AWS::Batch::JobQueue
Companion object AWS::Batch::JobQueue
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.
- Alphabetic
- By Inheritance
- AWS::Batch::JobQueue
- Serializable
- Serializable
- Product
- Equals
- HasArn
- Resource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
type
RR = Resource[AWS::Batch::JobQueue]
- Definition Classes
- Resource
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ComputeEnvironmentOrder: Seq[ComputeEnvironmentOrder]
-
val
Condition: Option[ConditionRef]
- Definition Classes
- AWS::Batch::JobQueue → Resource
-
val
DeletionPolicy: Option[DeletionPolicy]
- Definition Classes
- Resource
-
val
DependsOn: Option[Seq[String]]
- Definition Classes
- AWS::Batch::JobQueue → Resource
- val JobQueueName: Option[Token[String]]
- val Priority: Token[Int]
-
val
ResourceType: String
- Definition Classes
- Resource
- val State: Option[JobQueueState]
-
def
arn: Token[String]
- Definition Classes
- AWS::Batch::JobQueue → HasArn
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- AWS::Batch::JobQueue → HasArn → Resource
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
when(newCondition: Option[ConditionRef]): AWS::Batch::JobQueue
- Definition Classes
- AWS::Batch::JobQueue → Resource