EnvironmentArgs

data class EnvironmentArgs(val variables: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentArgs>

Definition of Environment

Constructors

Link copied to clipboard
constructor(variables: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val variables: Output<Map<String, String>>? = null

Environment variable key-value pairs. For more information, see Using Lambda environment variables.

Functions

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