environmentVariables

@JvmName(name = "fvxrnykwtobreiao")
suspend fun environmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "eddxeycthvngoukv")
suspend fun environmentVariables(value: Map<String, String>?)

Parameters

value

The map of environment variables that are available to the Lambda function when it runs.


@JvmName(name = "gnfjerpqeqhgjnmb")
fun environmentVariables(vararg values: Pair<String, String>)

Parameters

values

The map of environment variables that are available to the Lambda function when it runs.