Interface IJobQueueReference
A reference to a JobQueue resource.
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IJobQueueReference
Syntax (vb)
Public Interface 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
Properties
| JobQueueArn | The JobQueueArn of the JobQueue resource. |
Properties
JobQueueArn
The JobQueueArn of the JobQueue resource.
string JobQueueArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated