interface JobQueueReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.JobQueueReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#JobQueueReference |
![]() | software.amazon.awscdk.services.batch.JobQueueReference |
![]() | aws_cdk.aws_batch.JobQueueReference |
![]() | aws-cdk-lib » aws_batch » JobQueueReference |
A reference to a JobQueue resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const jobQueueReference: batch.JobQueueReference = {
jobQueueArn: 'jobQueueArn',
};
Properties
Name | Type | Description |
---|---|---|
job | string | The JobQueueArn of the JobQueue resource. |
jobQueueArn
Type:
string
The JobQueueArn of the JobQueue resource.