databases

@JvmName(name = "bxrorojrpojaeagt")
suspend fun databases(value: Output<List<String>>)
@JvmName(name = "lqxupsiritaxcckx")
suspend fun databases(value: List<String>?)

Parameters

value

A list of database ids to add to the failover group

NOTE: The failover group will create a secondary database for each database listed in databases. If the secondary databases need to be managed through this provider, they should be defined as resources and a dependency added to the failover group to ensure the secondary databases are created first.


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


@JvmName(name = "hgcimhcdrngvaiuo")
suspend fun databases(values: List<Output<String>>)
@JvmName(name = "gfratwaloupvcjfg")
suspend fun databases(vararg values: String)

Parameters

values

A list of database ids to add to the failover group

NOTE: The failover group will create a secondary database for each database listed in databases. If the secondary databases need to be managed through this provider, they should be defined as resources and a dependency added to the failover group to ensure the secondary databases are created first.