runtimeEnvironmentVariables

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

Parameters

value

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


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


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

Parameters

values

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


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