Show / Hide Table of Contents

Interface IJobQueue

(experimental) Properties of a Job Queue.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.AWS.Batch.dll
Syntax (csharp)
public interface IJobQueue : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IJobQueue
    Inherits IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

JobQueueArn

(experimental) The ARN of this batch job queue.

JobQueueName

(experimental) A name for the job queue.

Properties

JobQueueArn

(experimental) The ARN of this batch job queue.

string JobQueueArn { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

JobQueueName

(experimental) A name for the job queue.

string JobQueueName { get; }
Property Value

System.String

Remarks

Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.

Stability: Experimental

Attribute: true

Back to top Generated by DocFX