runtimeEnvironmentVariables

@JvmName(name = "dettjcvuuycbacmg")
suspend fun runtimeEnvironmentVariables(value: Output<List<ServiceKeyValuePairArgs>>)
@JvmName(name = "jflvuyfurtodegcf")
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 = "wfhomuxnybeiwogb")
suspend fun runtimeEnvironmentVariables(vararg values: Output<ServiceKeyValuePairArgs>)


@JvmName(name = "eojkidmjorjrqdae")
suspend fun runtimeEnvironmentVariables(values: List<Output<ServiceKeyValuePairArgs>>)
@JvmName(name = "lnveyespaecbefvp")
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 = "oofuafyhyheqkewb")
suspend fun runtimeEnvironmentVariables(argument: List<suspend ServiceKeyValuePairArgsBuilder.() -> Unit>)
@JvmName(name = "rwnljjxfppopukex")
suspend fun runtimeEnvironmentVariables(vararg argument: suspend ServiceKeyValuePairArgsBuilder.() -> Unit)
@JvmName(name = "qhkhaitxcnmummeq")
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.