environmentVariables

@JvmName(name = "peuyajiacdmetbxk")
suspend fun environmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "qlgisyxlaiujsmlj")
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 = "lrptbvvgxmloweue")
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.