JobQueueReference
- class aws_cdk.aws_batch.JobQueueReference(*, job_queue_arn)
Bases:
object
A reference to a JobQueue resource.
- Parameters:
job_queue_arn (
str
) – The JobQueueArn of the JobQueue resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_batch as batch job_queue_reference = batch.JobQueueReference( job_queue_arn="jobQueueArn" )
Attributes
- job_queue_arn
The JobQueueArn of the JobQueue resource.