EnvironmentVariableParameter

API: Internal/Beta

Produces an environment variable (TODO Documentation)

data class EnvironmentVariableParameter(
    val variable: String,
    val type: String /* "env" */,
)
Properties
variable: String
type: String /* "env" */ The type discriminator

API: Stable