emails

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

Parameters

value

Specifies an array of email addresses to which the scan notification is sent.


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


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

Parameters

values

Specifies an array of email addresses to which the scan notification is sent.