environments

@JvmName(name = "hidsvgmivttvvgiv")
suspend fun environments(value: Output<List<ApplicationEnvironmentArgs>>)
@JvmName(name = "cwjcxwwyxtvwohhm")
suspend fun environments(value: List<ApplicationEnvironmentArgs>?)

Parameters

value

Object to define environment variables. Object is described below.


@JvmName(name = "wnktqjxudfwhwofj")
suspend fun environments(vararg values: Output<ApplicationEnvironmentArgs>)


@JvmName(name = "jpkrccapwvlkdhvx")
suspend fun environments(values: List<Output<ApplicationEnvironmentArgs>>)
@JvmName(name = "edwmtgylddhmtudn")
suspend fun environments(vararg values: ApplicationEnvironmentArgs)

Parameters

values

Object to define environment variables. Object is described below.


@JvmName(name = "disekaxfgryelphi")
suspend fun environments(argument: List<suspend ApplicationEnvironmentArgsBuilder.() -> Unit>)
@JvmName(name = "pbogfccrqoekrmjn")
suspend fun environments(vararg argument: suspend ApplicationEnvironmentArgsBuilder.() -> Unit)
@JvmName(name = "ojxntpnemlpxxcwx")
suspend fun environments(argument: suspend ApplicationEnvironmentArgsBuilder.() -> Unit)

Parameters

argument

Object to define environment variables. Object is described below.