envTypes

@JvmName(name = "umbwskqqrdfosmhv")
suspend fun envTypes(value: Output<List<String>>)
@JvmName(name = "wjdxqnsvoytnflxs")
suspend fun envTypes(value: List<String>?)

Parameters

value

Environments contained in the workspace:

  • Simple mode only production environment (prod).

  • Standard mode includes development environment (dev) and production environment (prod).


@JvmName(name = "lcqgwdsdnnuiwpmd")
suspend fun envTypes(vararg values: Output<String>)


@JvmName(name = "tfirdnoeglqhnqww")
suspend fun envTypes(values: List<Output<String>>)
@JvmName(name = "wglneshahpkhxfkc")
suspend fun envTypes(vararg values: String)

Parameters

values

Environments contained in the workspace:

  • Simple mode only production environment (prod).

  • Standard mode includes development environment (dev) and production environment (prod).