GetEnvironmentResult

data class GetEnvironmentResult(val description: String? = null, val environmentId: String? = null, val monitors: List<EnvironmentMonitor>? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, environmentId: String? = null, monitors: List<EnvironmentMonitor>? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the environment.

Link copied to clipboard
val environmentId: String? = null

The environment ID.

Link copied to clipboard

Amazon CloudWatch alarms to monitor during the deployment process.

Link copied to clipboard
val name: String? = null

A name for the environment.

Link copied to clipboard
val tags: List<Tag>? = null

Metadata to assign to the environment. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.