Class JobQueueProps.Jsii$Proxy
- All Implemented Interfaces:
JobQueueProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
JobQueueProps
JobQueueProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.JobQueueProps
JobQueueProps.Builder, JobQueueProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(JobQueueProps.Builder builder) Constructor that initializes the object based on literal property values passed by theJobQueueProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final List<OrderedComputeEnvironment>
The set of compute environments mapped to a job queue and their order relative to each other.final Boolean
If the job queue is enabled, it is able to accept jobs.final String
The name of the job queue.final List<JobStateTimeLimitAction>
The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times.final Number
The priority of the job queue.final ISchedulingPolicy
The SchedulingPolicy for this JobQueue.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theJobQueueProps.Builder
.
-
-
Method Details
-
getComputeEnvironments
Description copied from interface:JobQueueProps
The set of compute environments mapped to a job queue and their order relative to each other.The job scheduler uses this parameter to determine which compute environment runs a specific job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue. All of the compute environments must be either EC2 (EC2 or SPOT) or Fargate (FARGATE or FARGATE_SPOT); EC2 and Fargate compute environments can't be mixed.
Note: All compute environments that are associated with a job queue must share the same architecture. AWS Batch doesn't support mixing compute environment architecture types in a single job queue.
Default: none
- Specified by:
getComputeEnvironments
in interfaceJobQueueProps
-
getEnabled
Description copied from interface:JobQueueProps
If the job queue is enabled, it is able to accept jobs.Otherwise, new jobs can't be added to the queue, but jobs already in the queue can finish.
Default: true
- Specified by:
getEnabled
in interfaceJobQueueProps
-
getJobQueueName
Description copied from interface:JobQueueProps
The name of the job queue.It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_)
Default: - no name
- Specified by:
getJobQueueName
in interfaceJobQueueProps
-
getJobStateTimeLimitActions
Description copied from interface:JobQueueProps
The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times.Default: - no actions
- Specified by:
getJobStateTimeLimitActions
in interfaceJobQueueProps
-
getPriority
Description copied from interface:JobQueueProps
The priority of the job queue.Job queues with a higher priority are evaluated first when associated with the same compute environment. Priority is determined in descending order. For example, a job queue with a priority of 10 is given scheduling preference over a job queue with a priority of 1.
Default: 1
- Specified by:
getPriority
in interfaceJobQueueProps
-
getSchedulingPolicy
Description copied from interface:JobQueueProps
The SchedulingPolicy for this JobQueue.Instructs the Scheduler how to schedule different jobs.
Default: - no scheduling policy
- Specified by:
getSchedulingPolicy
in interfaceJobQueueProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-