EnvironmentTier

data class EnvironmentTier(val name: String? = null, val type: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, type: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of this environment tier.

Link copied to clipboard
val type: String? = null

The type of this environment tier.

Link copied to clipboard
val version: String? = null

The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.