environmentVariables

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

Parameters

value

Map of environment variables that are accessible from the canary during execution. Please see AWS Docs for variables reserved for Lambda.


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

Parameters

values

Map of environment variables that are accessible from the canary during execution. Please see AWS Docs for variables reserved for Lambda.