Uses of Interface
software.amazon.awscdk.interfaces.batch.IJobQueueRef
Packages that use IJobQueueRef
Package
Description
AWS Batch Construct Library
-
Uses of IJobQueueRef in software.amazon.awscdk.interfaces.batch
Subinterfaces of IJobQueueRef in software.amazon.awscdk.interfaces.batchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIJobQueueRef.Classes in software.amazon.awscdk.interfaces.batch that implement IJobQueueRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IJobQueueRef in software.amazon.awscdk.services.batch
Subinterfaces of IJobQueueRef in software.amazon.awscdk.services.batchModifier and TypeInterfaceDescriptioninterfaceRepresents a JobQueue.static interfaceInternal default implementation forIJobQueue.Classes in software.amazon.awscdk.services.batch that implement IJobQueueRefModifier and TypeClassDescriptionclassTheAWS::Batch::JobQueueresource specifies the parameters for an AWS Batch job queue definition.static final classA proxy class which represents a concrete javascript instance of this type.classJobQueues can receive Jobs, which are removed from the queue when sent to the linked ComputeEnvironment(s) to be executed.Methods in software.amazon.awscdk.services.batch with parameters of type IJobQueueRefModifier and TypeMethodDescriptionstatic StringCfnJobQueue.arnForJobQueue(IJobQueueRef resource) voidEcsJobDefinition.grantSubmitJob(IGrantable identity, IJobQueueRef queue) Grants thebatch:submitJobpermission to the identity on both this job definition and thequeue.