Uses of Interface
software.amazon.awscdk.interfaces.batch.IComputeEnvironmentRef
Packages that use IComputeEnvironmentRef
Package
Description
AWS Batch Construct Library
-
Uses of IComputeEnvironmentRef in software.amazon.awscdk.interfaces.batch
Subinterfaces of IComputeEnvironmentRef in software.amazon.awscdk.interfaces.batchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIComputeEnvironmentRef.Classes in software.amazon.awscdk.interfaces.batch that implement IComputeEnvironmentRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IComputeEnvironmentRef in software.amazon.awscdk.services.batch
Subinterfaces of IComputeEnvironmentRef in software.amazon.awscdk.services.batchModifier and TypeInterfaceDescriptioninterfaceRepresents a ComputeEnvironment.static interfaceInternal default implementation forIComputeEnvironment.interfaceA ManagedComputeEnvironment that uses ECS orchestration on Fargate instances.static interfaceInternal default implementation forIFargateComputeEnvironment.interfaceRepresents a Managed ComputeEnvironment.static interfaceInternal default implementation forIManagedComputeEnvironment.interfaceA ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.static interfaceInternal default implementation forIManagedEc2EcsComputeEnvironment.interfaceRepresents an UnmanagedComputeEnvironment.static interfaceInternal default implementation forIUnmanagedComputeEnvironment.Classes in software.amazon.awscdk.services.batch that implement IComputeEnvironmentRefModifier and TypeClassDescriptionclassTheAWS::Batch::ComputeEnvironmentresource defines your AWS Batch compute environment.classA ManagedComputeEnvironment that uses ECS orchestration on Fargate instances.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classA ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.classA ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.classUnmanaged ComputeEnvironments do not provision or manage EC2 instances on your behalf.Methods in software.amazon.awscdk.services.batch that return IComputeEnvironmentRefModifier and TypeMethodDescriptionOrderedComputeEnvironment.getComputeEnvironment()The ComputeEnvironment to link to this JobQueue.final IComputeEnvironmentRefOrderedComputeEnvironment.Jsii$Proxy.getComputeEnvironment()Methods in software.amazon.awscdk.services.batch with parameters of type IComputeEnvironmentRefModifier and TypeMethodDescriptionvoidIJobQueue.addComputeEnvironment(IComputeEnvironmentRef computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.default voidIJobQueue.Jsii$Default.addComputeEnvironment(IComputeEnvironmentRef computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.voidJobQueue.addComputeEnvironment(IComputeEnvironmentRef computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.static StringCfnComputeEnvironment.arnForComputeEnvironment(IComputeEnvironmentRef resource) OrderedComputeEnvironment.Builder.computeEnvironment(IComputeEnvironmentRef computeEnvironment) Sets the value ofOrderedComputeEnvironment.getComputeEnvironment()