Show / Hide Table of Contents

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 Source

Arn

The ARN of the compute environment.

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

ComputeEnvironmentName

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

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

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

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

Status

The current status of the compute environment (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 compute environment.

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

Type

The type of the compute environment (for example, MANAGED or UNMANAGED).

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.