versionConfigs

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


@JvmName(name = "qifglinpbdfxsfdh")
suspend fun versionConfigs(values: List<Output<CxEnvironmentVersionConfigArgs>>)
@JvmName(name = "oykehgguwnairiwv")
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 = "cquptwiwuhuqtriu")
suspend fun versionConfigs(argument: List<suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit>)
@JvmName(name = "lfshsodgwwgcjqom")
suspend fun versionConfigs(vararg argument: suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit)
@JvmName(name = "ncjifxysqndlcofg")
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.