Show / Hide Table of Contents

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 Source

Arn

The ARN of the job queue.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

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>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

Status

The current status of the job queue (for example, CREATING or VALID).

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.