EciScalingConfigurationInitContainerEnvironmentVar

data class EciScalingConfigurationInitContainerEnvironmentVar(val key: String? = null, val value: String? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The name of the variable. The name can be 1 to 128 characters in length and can contain letters, digits, and underscores (_). It cannot start with a digit.

Link copied to clipboard
val value: String? = null

The value of the variable. The value can be 0 to 256 characters in length.