@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:15.618Z") @Stability(value=Experimental) public interface JobQueueProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
JobQueueProps.Builder
A builder for
JobQueueProps |
static class |
JobQueueProps.Jsii$Proxy
An implementation for
JobQueueProps |
| Modifier and Type | Method and Description |
|---|---|
static JobQueueProps.Builder |
builder() |
List<JobQueueComputeEnvironment> |
getComputeEnvironments()
(experimental) The set of compute environments mapped to a job queue and their order relative to each other.
|
default Boolean |
getEnabled()
(experimental) The state of the job queue.
|
default String |
getJobQueueName()
(experimental) A name for the job queue.
|
default Number |
getPriority()
(experimental) The priority of the job queue.
|
@Stability(value=Experimental) @NotNull List<JobQueueComputeEnvironment> getComputeEnvironments()
The job scheduler uses this parameter to determine which compute environment should execute a given 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.
@Stability(value=Experimental) @Nullable default Boolean getEnabled()
If set to true, it is able to accept jobs.
Default: true
@Stability(value=Experimental) @Nullable default String getJobQueueName()
Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
Default: - Cloudformation-generated name
@Stability(value=Experimental) @Nullable default Number getPriority()
Job queues with a higher priority (or a higher integer value for the priority parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order, for example, a job queue with a priority value of 10 is given scheduling preference over a job queue with a priority value of 1.
Default: 1
@Stability(value=Experimental) static JobQueueProps.Builder builder()
JobQueueProps.Builder of JobQueuePropsCopyright © 2021. All rights reserved.