versionConfigs

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


@JvmName(name = "bwiicniciexunsek")
suspend fun versionConfigs(values: List<Output<CxEnvironmentVersionConfigArgs>>)
@JvmName(name = "qhexntwecgxcmjrc")
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 = "kiefnjxsahwftsxc")
suspend fun versionConfigs(argument: List<suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit>)
@JvmName(name = "jrquumpwdaddvxly")
suspend fun versionConfigs(vararg argument: suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit)
@JvmName(name = "cipgfvkkadorgqgn")
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.