databases

@JvmName(name = "dcttvuidmuhdgkcr")
suspend fun databases(value: Output<List<String>>)
@JvmName(name = "yosjxhbssnkwdytx")
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 = "ahdshlivlxpxouoj")
suspend fun databases(vararg values: Output<String>)


@JvmName(name = "dqwaamlpphfaoebk")
suspend fun databases(values: List<Output<String>>)
@JvmName(name = "vptkywxvfrapatuc")
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.