runtimeEnvironmentVariables

@JvmName(name = "ytcwitgmjfqyroqr")
suspend fun runtimeEnvironmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "qomjasswjsckbwyx")
suspend fun runtimeEnvironmentVariables(value: Map<String, String>?)

Parameters

value

Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.


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

Parameters

values

Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.