dataStoreIds

@JvmName(name = "ajffxpcmfoeresbe")
suspend fun dataStoreIds(value: Output<List<String>>)
@JvmName(name = "enoqjbyhfiyqgubq")
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.


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


@JvmName(name = "rsojpwahxxbpwmmn")
suspend fun dataStoreIds(values: List<Output<String>>)
@JvmName(name = "bqnxltogwplaarbw")
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.