versionConfigs

@JvmName(name = "qegvpxfheraoodgm")
suspend fun versionConfigs(value: Output<List<CxEnvironmentVersionConfigArgs>>)
@JvmName(name = "njhwkiylqjqssglm")
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 = "ipxydxfxsuasdlro")
suspend fun versionConfigs(vararg values: Output<CxEnvironmentVersionConfigArgs>)


@JvmName(name = "mpvmwsppqarksisl")
suspend fun versionConfigs(values: List<Output<CxEnvironmentVersionConfigArgs>>)
@JvmName(name = "keswgpbudpgywjrd")
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 = "qplvouucqhjdunyn")
suspend fun versionConfigs(argument: List<suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit>)
@JvmName(name = "abxbhkgiomcwpxjs")
suspend fun versionConfigs(vararg argument: suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit)
@JvmName(name = "sgxoxgkwambrcesu")
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.