dataStoreIds

@JvmName(name = "bcftafwqiqsejrxa")
suspend fun dataStoreIds(value: Output<List<String>>)
@JvmName(name = "brbuttpfnlippfeq")
suspend fun dataStoreIds(value: List<String>?)

Parameters

value

The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be SOLUTION_TYPE_CHAT. Adding or removing data stores will force recreation.


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


@JvmName(name = "exypxlvcgothdesa")
suspend fun dataStoreIds(values: List<Output<String>>)
@JvmName(name = "oeubwxikyaaddano")
suspend fun dataStoreIds(vararg values: String)

Parameters

values

The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be SOLUTION_TYPE_CHAT. Adding or removing data stores will force recreation.