runtime Environment Variables
Parameters
value
The environment variables that are available to your running AWS App Runner service. An array of key-value pairs.
Parameters
values
The environment variables that are available to your running AWS 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
The environment variables that are available to your running AWS App Runner service. An array of key-value pairs.