AwsElasticBeanstalkEnvironmentTier

Contains information about the tier of the environment.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the environment tier. Valid values are WebServer or Worker.

Link copied to clipboard
val type: String?

The type of environment tier. Valid values are Standard or SQS/HTTP.

Link copied to clipboard

The version of the environment tier.

Functions

Link copied to clipboard
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