runtimeEnvironmentVariables

@JvmName(name = "grgcgksnautvsxwd")
suspend fun runtimeEnvironmentVariables(value: Output<List<ServiceKeyValuePairArgs>>)
@JvmName(name = "qfhwvwgxchdguhau")
suspend fun runtimeEnvironmentVariables(value: List<ServiceKeyValuePairArgs>?)

Parameters

value

The environment variables that are available to your running AWS App Runner service. An array of key-value pairs.


@JvmName(name = "smxsjotgbwblnorq")
suspend fun runtimeEnvironmentVariables(vararg values: Output<ServiceKeyValuePairArgs>)


@JvmName(name = "jisrqvttkbbspiie")
suspend fun runtimeEnvironmentVariables(values: List<Output<ServiceKeyValuePairArgs>>)
@JvmName(name = "emqwdiyrvqbuyhtd")
suspend fun runtimeEnvironmentVariables(vararg values: ServiceKeyValuePairArgs)

Parameters

values

The environment variables that are available to your running AWS App Runner service. An array of key-value pairs.


@JvmName(name = "tgolmslpdcnedvgu")
suspend fun runtimeEnvironmentVariables(argument: List<suspend ServiceKeyValuePairArgsBuilder.() -> Unit>)
@JvmName(name = "iqsguovtynpccnrd")
suspend fun runtimeEnvironmentVariables(vararg argument: suspend ServiceKeyValuePairArgsBuilder.() -> Unit)
@JvmName(name = "lbspscrjbticpqyc")
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.