EnvironmentTier

Describes the properties of an environment tier

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of this environment tier.

Link copied to clipboard
val type: String?

The type of this environment tier.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: EnvironmentTier.Builder.() -> Unit = {}): EnvironmentTier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String