Uses of Interface
software.amazon.awscdk.services.batch.IComputeEnvironment
Packages that use IComputeEnvironment
-
Uses of IComputeEnvironment in software.amazon.awscdk.services.batch
Subinterfaces of IComputeEnvironment in software.amazon.awscdk.services.batchModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIComputeEnvironment
.Classes in software.amazon.awscdk.services.batch that implement IComputeEnvironmentModifier and TypeClassDescriptionclass
(experimental) Batch Compute Environment.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.batch that return IComputeEnvironmentModifier and TypeMethodDescriptionstatic IComputeEnvironment
ComputeEnvironment.fromComputeEnvironmentArn
(software.constructs.Construct scope, String id, String computeEnvironmentArn) (experimental) Fetches an existing batch compute environment by its amazon resource name.JobQueueComputeEnvironment.getComputeEnvironment()
(experimental) The batch compute environment to use for processing submitted jobs to this queue.final IComputeEnvironment
JobQueueComputeEnvironment.Jsii$Proxy.getComputeEnvironment()
Methods in software.amazon.awscdk.services.batch with parameters of type IComputeEnvironmentModifier and TypeMethodDescriptionJobQueueComputeEnvironment.Builder.computeEnvironment
(IComputeEnvironment computeEnvironment) Sets the value ofJobQueueComputeEnvironment.getComputeEnvironment()