runtimeEnvironmentVariables

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


@JvmName(name = "mtvsytxsrhqlxcvv")
suspend fun runtimeEnvironmentVariables(values: List<Output<ServiceKeyValuePairArgs>>)
@JvmName(name = "jawymgfvsetpkekq")
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 = "aiwgkspyfijgvtjy")
suspend fun runtimeEnvironmentVariables(argument: List<suspend ServiceKeyValuePairArgsBuilder.() -> Unit>)
@JvmName(name = "ikghstjrwxshorco")
suspend fun runtimeEnvironmentVariables(vararg argument: suspend ServiceKeyValuePairArgsBuilder.() -> Unit)
@JvmName(name = "jwyopndwfkyletev")
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.