dataStoreIds

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


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