Class GetComputeEnvironmentResult
Inheritance
System.Object
GetComputeEnvironmentResult
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 GetComputeEnvironmentResult
Fields
View SourceArn
The ARN of the compute environment.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
ComputeEnvironmentName
Declaration
public readonly string ComputeEnvironmentName
Field Value
| Type | Description |
|---|---|
| System.String |
EcsClusterArn
The ARN of the underlying Amazon ECS cluster used by the compute environment.
Declaration
public readonly string EcsClusterArn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceRole
The ARN of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
Declaration
public readonly string ServiceRole
Field Value
| Type | Description |
|---|---|
| System.String |
State
The state of the compute environment (for example, ENABLED or DISABLED). If the state is ENABLED, then the compute environment accepts jobs from a queue and can scale out automatically based on queues.
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The current status of the compute environment (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 compute environment.
Declaration
public readonly string StatusReason
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the compute environment (for example, MANAGED or UNMANAGED).
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |