databaseNames

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


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