Show / Hide Table of Contents

Class JobQueueReference

A reference to a JobQueue resource.

Inheritance
object
JobQueueReference
Implements
IJobQueueReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IJobQueueReference
Back to top Generated by DocFX