emails

@JvmName(name = "edsscpjwxbguvthr")
suspend fun emails(value: Output<List<String>>)
@JvmName(name = "mormsrgsymlghxlr")
suspend fun emails(value: List<String>)

Parameters

value

A list of email address to send order notification to. Changing this forces a new Databox Edge Order to be created.


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


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

Parameters

values

A list of email address to send order notification to. Changing this forces a new Databox Edge Order to be created.