envs

@JvmName(name = "jvotyfwahwensftj")
suspend fun envs(value: Output<List<AppSpecServiceEnvArgs>>)
@JvmName(name = "gcbrposnvtswhwoc")
suspend fun envs(value: List<AppSpecServiceEnvArgs>?)

Parameters

value

Describes an environment variable made available to an app competent.


@JvmName(name = "npebpnytufxboqqy")
suspend fun envs(vararg values: Output<AppSpecServiceEnvArgs>)


@JvmName(name = "wtrhqhpkoweklias")
suspend fun envs(values: List<Output<AppSpecServiceEnvArgs>>)
@JvmName(name = "yhdqbxetegudxwkt")
suspend fun envs(vararg values: AppSpecServiceEnvArgs)

Parameters

values

Describes an environment variable made available to an app competent.


@JvmName(name = "apmorxkkuykfjcul")
suspend fun envs(argument: List<suspend AppSpecServiceEnvArgsBuilder.() -> Unit>)
@JvmName(name = "oxhtocvqprlujyuw")
suspend fun envs(vararg argument: suspend AppSpecServiceEnvArgsBuilder.() -> Unit)
@JvmName(name = "byplcslggxddhbhn")
suspend fun envs(argument: suspend AppSpecServiceEnvArgsBuilder.() -> Unit)

Parameters

argument

Describes an environment variable made available to an app competent.