EnvironmentTierArgs

data class EnvironmentTierArgs(val name: Output<String>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<EnvironmentTierArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of this environment tier.

Link copied to clipboard
val type: Output<String>? = null

The type of this environment tier.

Link copied to clipboard
val version: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentTierArgs