databaseNames

@JvmName(name = "uugumhagkynnbbtn")
suspend fun databaseNames(value: Output<List<String>>)
@JvmName(name = "wffkfcofavfqqlri")
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 = "rbqmonrqbsbxvgaj")
suspend fun databaseNames(vararg values: Output<String>)


@JvmName(name = "unbqegvarpinupha")
suspend fun databaseNames(values: List<Output<String>>)
@JvmName(name = "qswblbpnugivdpia")
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.