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
.interface
A ManagedComputeEnvironment that uses ECS orchestration on Fargate instances.static interface
Internal default implementation forIFargateComputeEnvironment
.interface
Represents a Managed ComputeEnvironment.static interface
Internal default implementation forIManagedComputeEnvironment
.interface
A ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.static interface
Internal default implementation forIManagedEc2EcsComputeEnvironment
.interface
Represents an UnmanagedComputeEnvironment.static interface
Internal default implementation forIUnmanagedComputeEnvironment
.Classes in software.amazon.awscdk.services.batch that implement IComputeEnvironmentModifier and TypeClassDescriptionclass
A ManagedComputeEnvironment that uses ECS orchestration on Fargate instances.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
A ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.class
A ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.class
Unmanaged ComputeEnvironments do not provision or manage EC2 instances on your behalf.Methods in software.amazon.awscdk.services.batch that return IComputeEnvironmentModifier and TypeMethodDescriptionOrderedComputeEnvironment.getComputeEnvironment()
The ComputeEnvironment to link to this JobQueue.final IComputeEnvironment
OrderedComputeEnvironment.Jsii$Proxy.getComputeEnvironment()
Methods in software.amazon.awscdk.services.batch with parameters of type IComputeEnvironmentModifier and TypeMethodDescriptionvoid
IJobQueue.addComputeEnvironment
(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironment
to this Queue.default void
IJobQueue.Jsii$Default.addComputeEnvironment
(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironment
to this Queue.final void
IJobQueue.Jsii$Proxy.addComputeEnvironment
(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironment
to this Queue.void
JobQueue.addComputeEnvironment
(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironment
to this Queue.OrderedComputeEnvironment.Builder.computeEnvironment
(IComputeEnvironment computeEnvironment) Sets the value ofOrderedComputeEnvironment.getComputeEnvironment()