emails

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

Parameters

value

Specifies an array of e-mail addresses to which the scan notification is sent.


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


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

Parameters

values

Specifies an array of e-mail addresses to which the scan notification is sent.