runtime Environment Variables
Parameters
value
Environment variables that are available to your running App Runner service. An array of key-value pairs.
Parameters
values
Environment variables that are available to your running App Runner service. An array of key-value pairs.
suspend fun runtimeEnvironmentVariables(argument: List<suspend ServiceKeyValuePairArgsBuilder.() -> Unit>)
suspend fun runtimeEnvironmentVariables(vararg argument: suspend ServiceKeyValuePairArgsBuilder.() -> Unit)
suspend fun runtimeEnvironmentVariables(argument: suspend ServiceKeyValuePairArgsBuilder.() -> Unit)
Parameters
argument
Environment variables that are available to your running App Runner service. An array of key-value pairs.