Uses of Interface
software.amazon.awscdk.services.batch.IJobQueue
Packages that use IJobQueue
-
Uses of IJobQueue in software.amazon.awscdk.services.batch
Subinterfaces of IJobQueue in software.amazon.awscdk.services.batchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIJobQueue.Classes in software.amazon.awscdk.services.batch that implement IJobQueueModifier and TypeClassDescriptionstatic 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 that return IJobQueueModifier and TypeMethodDescriptionstatic IJobQueueJobQueue.fromJobQueueArn(software.constructs.Construct scope, String id, String jobQueueArn) refer to an existing JobQueue by its arn.Methods in software.amazon.awscdk.services.batch with parameters of type IJobQueueModifier and TypeMethodDescriptionvoidEcsJobDefinition.grantSubmitJob(IGrantable identity, IJobQueue queue) Grants thebatch:submitJobpermission to the identity on both this job definition and thequeue.