GetEnvironmentResult

data class GetEnvironmentResult(val applicationId: String, val arn: String, val description: String, val environmentId: String, val id: String, val monitors: List<GetEnvironmentMonitor>, val name: String, val state: String, val tags: Map<String, String>)

A collection of values returned by getEnvironment.

Constructors

Link copied to clipboard
constructor(applicationId: String, arn: String, description: String, environmentId: String, id: String, monitors: List<GetEnvironmentMonitor>, name: String, state: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val arn: String

ARN of the environment.

Link copied to clipboard

Name of the environment.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set of Amazon CloudWatch alarms to monitor during the deployment process.

Link copied to clipboard

Name of the environment.

Link copied to clipboard

State of the environment. Possible values are READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK or ROLLED_BACK.

Link copied to clipboard

Map of tags for the resource.