envs

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

Parameters

value

Describes an environment variable made available to an app competent.


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


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

Parameters

values

Describes an environment variable made available to an app competent.


@JvmName(name = "xpsdgpfvsqitcktb")
suspend fun envs(argument: List<suspend AppSpecServiceEnvArgsBuilder.() -> Unit>)
@JvmName(name = "fpjuspaufdovqtmv")
suspend fun envs(vararg argument: suspend AppSpecServiceEnvArgsBuilder.() -> Unit)
@JvmName(name = "gimactshvwttjiql")
suspend fun envs(argument: suspend AppSpecServiceEnvArgsBuilder.() -> Unit)

Parameters

argument

Describes an environment variable made available to an app competent.