dataStoreIds

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

Parameters

value

The data stores associated with this engine. For SOLUTION_TYPE_SEARCH type of engines, they can only associate with at most one data store.


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


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

Parameters

values

The data stores associated with this engine. For SOLUTION_TYPE_SEARCH type of engines, they can only associate with at most one data store.