Class JobQueueReference
A reference to a JobQueue resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class JobQueueReference : IJobQueueReference
Syntax (vb)
Public Class JobQueueReference Implements IJobQueueReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Batch;
var jobQueueReference = new JobQueueReference {
JobQueueArn = "jobQueueArn"
};
Synopsis
Constructors
| JobQueueReference() | A reference to a JobQueue resource. |
Properties
| JobQueueArn | The JobQueueArn of the JobQueue resource. |
Constructors
JobQueueReference()
A reference to a JobQueue resource.
public JobQueueReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Batch;
var jobQueueReference = new JobQueueReference {
JobQueueArn = "jobQueueArn"
};
Properties
JobQueueArn
The JobQueueArn of the JobQueue resource.
public string JobQueueArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated