emails

@JvmName(name = "jgtcplmxaodhlufv")
suspend fun emails(value: Output<List<String>>)
@JvmName(name = "jepfmvuaxxpxvpew")
suspend fun emails(value: List<String>?)

Parameters

value

The email recipients who will receive the DataQualityScan results report.


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


@JvmName(name = "ypnindkqkrgyvirn")
suspend fun emails(values: List<Output<String>>)
@JvmName(name = "vbhsbnfqysrbxrmo")
suspend fun emails(vararg values: String)

Parameters

values

The email recipients who will receive the DataQualityScan results report.