databaseNames

@JvmName(name = "nyvoqxmsystumnxk")
suspend fun databaseNames(value: Output<List<String>>)
@JvmName(name = "fodhoftgowvrsvaf")
suspend fun databaseNames(value: List<String>?)

Parameters

value

(SQL Server only, use with point_in_time) Clone only the specified databases from the source instance. Clone all databases if empty.


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


@JvmName(name = "yktnrkufucrifojf")
suspend fun databaseNames(values: List<Output<String>>)
@JvmName(name = "npftjusfqukleiwr")
suspend fun databaseNames(vararg values: String)

Parameters

values

(SQL Server only, use with point_in_time) Clone only the specified databases from the source instance. Clone all databases if empty.