Get Compute Environment Result
data class GetComputeEnvironmentResult(val arn: String, val computeEnvironmentName: String, val ecsClusterArn: String, val id: String, val serviceRole: String, val state: String, val status: String, val statusReason: String, val tags: Map<String, String>, val type: String)
A collection of values returned by getComputeEnvironment.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
ARN of the underlying Amazon ECS cluster used by the compute environment.
Link copied to clipboard
ARN of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
Link copied to clipboard
Short, human-readable string to provide additional details about the current status of the compute environment.