| Modifier and Type | Interface and Description |
|---|---|
static interface |
IComputeEnvironment.Jsii$Default
Internal default implementation for
IComputeEnvironment. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputeEnvironment
(experimental) Batch Compute Environment.
|
static class |
IComputeEnvironment.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IComputeEnvironment |
ComputeEnvironment.fromComputeEnvironmentArn(software.constructs.Construct scope,
String id,
String computeEnvironmentArn)
(experimental) Fetches an existing batch compute environment by its amazon resource name.
|
IComputeEnvironment |
JobQueueComputeEnvironment.getComputeEnvironment()
(experimental) The batch compute environment to use for processing submitted jobs to this queue.
|
IComputeEnvironment |
JobQueueComputeEnvironment.Jsii$Proxy.getComputeEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
JobQueueComputeEnvironment.Builder |
JobQueueComputeEnvironment.Builder.computeEnvironment(IComputeEnvironment computeEnvironment)
Sets the value of
JobQueueComputeEnvironment.getComputeEnvironment() |
| Constructor and Description |
|---|
Jsii$Proxy(IComputeEnvironment computeEnvironment,
Number order)
Constructor that initializes the object based on literal property values passed by the
JobQueueComputeEnvironment.Builder. |
Copyright © 2021. All rights reserved.