versionConfigs

@JvmName(name = "wwtfrdsyjqckcoos")
suspend fun versionConfigs(value: Output<List<CxEnvironmentVersionConfigArgs>>)
@JvmName(name = "jqxldhsstnfalbny")
suspend fun versionConfigs(value: List<CxEnvironmentVersionConfigArgs>?)

Parameters

value

A list of configurations for flow versions. You should include version configs for all flows that are reachable from Agent.start_flow in the agent. Otherwise, an error will be returned. Structure is documented below.


@JvmName(name = "ciexqfybykfctnoi")
suspend fun versionConfigs(vararg values: Output<CxEnvironmentVersionConfigArgs>)


@JvmName(name = "xtealroxrkfkvurc")
suspend fun versionConfigs(values: List<Output<CxEnvironmentVersionConfigArgs>>)
@JvmName(name = "ukbnxireowgvorlk")
suspend fun versionConfigs(vararg values: CxEnvironmentVersionConfigArgs)

Parameters

values

A list of configurations for flow versions. You should include version configs for all flows that are reachable from Agent.start_flow in the agent. Otherwise, an error will be returned. Structure is documented below.


@JvmName(name = "mhuuhxsidluqoiat")
suspend fun versionConfigs(argument: List<suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit>)
@JvmName(name = "agqxsqqsupyjljve")
suspend fun versionConfigs(vararg argument: suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit)
@JvmName(name = "eohaxnosvubycmnp")
suspend fun versionConfigs(argument: suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit)

Parameters

argument

A list of configurations for flow versions. You should include version configs for all flows that are reachable from Agent.start_flow in the agent. Otherwise, an error will be returned. Structure is documented below.