linkedDatabaseIds

@JvmName(name = "ielxytejcqheleng")
suspend fun linkedDatabaseIds(value: Output<List<String>>)
@JvmName(name = "rnquijifplpxbcvn")
suspend fun linkedDatabaseIds(value: List<String>?)

Parameters

value

A list of database resources to link with this database with a maximum of 5.

NOTE: Only the newly created databases can be added to an existing geo-replication group. Existing regular databases or recreated databases cannot be added to the existing geo-replication group. Any linked database be removed from the list will be forcefully unlinked.The only recommended operation is to delete after force-unlink and the recommended scenario of force-unlink is region outrage. The database cannot be linked again after force-unlink.


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


@JvmName(name = "dyifywxicbgqptdn")
suspend fun linkedDatabaseIds(values: List<Output<String>>)
@JvmName(name = "knsgedfwowdxcoee")
suspend fun linkedDatabaseIds(vararg values: String)

Parameters

values

A list of database resources to link with this database with a maximum of 5.

NOTE: Only the newly created databases can be added to an existing geo-replication group. Existing regular databases or recreated databases cannot be added to the existing geo-replication group. Any linked database be removed from the list will be forcefully unlinked.The only recommended operation is to delete after force-unlink and the recommended scenario of force-unlink is region outrage. The database cannot be linked again after force-unlink.