dataStoreIds

@JvmName(name = "sshkwlsqqeqnjskw")
suspend fun dataStoreIds(value: Output<List<String>>)
@JvmName(name = "uvneawqjbyjjocma")
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 = "dinmawosadejfovc")
suspend fun dataStoreIds(vararg values: Output<String>)


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