dataStoreIds

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


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