GetEnvironmentResult

data class GetEnvironmentResult(val engineVersion: String? = null, val environmentArn: String? = null, val environmentId: String? = null, val highAvailabilityConfig: EnvironmentHighAvailabilityConfig? = null, val instanceType: String? = null, val preferredMaintenanceWindow: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(engineVersion: String? = null, environmentArn: String? = null, environmentId: String? = null, highAvailabilityConfig: EnvironmentHighAvailabilityConfig? = null, instanceType: String? = null, preferredMaintenanceWindow: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val engineVersion: String? = null

The version of the runtime engine for the environment.

Link copied to clipboard
val environmentArn: String? = null

The Amazon Resource Name (ARN) of the runtime environment.

Link copied to clipboard
val environmentId: String? = null

The unique identifier of the environment.

Link copied to clipboard

Defines the details of a high availability configuration.

Link copied to clipboard
val instanceType: String? = null

The type of instance underlying the environment.

Link copied to clipboard

Configures a desired maintenance window for the environment. If you do not provide a value, a random system-generated value will be assigned.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags associated to this environment.