@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.577Z") @Stability(value=Stable) public interface CfnJobQueueProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.batch.*;
Object tags;
CfnJobQueueProps cfnJobQueueProps = CfnJobQueueProps.builder()
.computeEnvironmentOrder(List.of(ComputeEnvironmentOrderProperty.builder()
.computeEnvironment("computeEnvironment")
.order(123)
.build()))
.priority(123)
// the properties below are optional
.jobQueueName("jobQueueName")
.schedulingPolicyArn("schedulingPolicyArn")
.state("state")
.tags(tags)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobQueueProps.Builder
A builder for
CfnJobQueueProps |
static class |
CfnJobQueueProps.Jsii$Proxy
An implementation for
CfnJobQueueProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobQueueProps.Builder |
builder() |
Object |
getComputeEnvironmentOrder()
`AWS::Batch::JobQueue.ComputeEnvironmentOrder`.
|
default String |
getJobQueueName()
`AWS::Batch::JobQueue.JobQueueName`.
|
Number |
getPriority()
`AWS::Batch::JobQueue.Priority`.
|
default String |
getSchedulingPolicyArn()
`AWS::Batch::JobQueue.SchedulingPolicyArn`.
|
default String |
getState()
`AWS::Batch::JobQueue.State`.
|
default Object |
getTags()
`AWS::Batch::JobQueue.Tags`.
|
@Stability(value=Stable) @NotNull Object getComputeEnvironmentOrder()
@Stability(value=Stable) @NotNull Number getPriority()
@Stability(value=Stable) @Nullable default String getJobQueueName()
@Stability(value=Stable) @Nullable default String getSchedulingPolicyArn()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnJobQueueProps.Builder builder()
CfnJobQueueProps.Builder of CfnJobQueuePropsCopyright © 2022. All rights reserved.