environment

@JvmName(name = "yuryytwivxvjpqnn")
suspend fun environment(value: Output<EnvironmentArgs>)
@JvmName(name = "sijajuamwrqmspxl")
suspend fun environment(value: EnvironmentArgs?)

Parameters

value

Environment variables that are accessible from function code during execution. A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.


@JvmName(name = "kvogpimxhlgderav")
suspend fun environment(argument: suspend EnvironmentArgsBuilder.() -> Unit)

Parameters

argument

Environment variables that are accessible from function code during execution. A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.