Class GetJobQueueResult
Inheritance
System.Object
GetJobQueueResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Batch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetJobQueueResult
Fields
View SourceArn
The ARN of the job queue.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
ComputeEnvironmentOrders
The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.
compute_environment_order.#.order- The order of the compute environment.compute_environment_order.#.compute_environment- The ARN of the compute environment.
Declaration
public readonly ImmutableArray<GetJobQueueComputeEnvironmentOrderResult> ComputeEnvironmentOrders
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetJobQueueComputeEnvironmentOrderResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
The priority of the job queue. Job queues with a higher priority are evaluated first when associated with the same compute environment.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
State
Describes the ability of the queue to accept new jobs (for example, ENABLED or DISABLED).
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The current status of the job queue (for example, CREATING or VALID).
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
StatusReason
A short, human-readable string to provide additional details about the current status of the job queue.
Declaration
public readonly string StatusReason
Field Value
| Type | Description |
|---|---|
| System.String |