contactEmails

@JvmName(name = "krwxwvyvwdqvnsmf")
suspend fun contactEmails(value: Output<List<String>>)
@JvmName(name = "hlcgcavtjyxmyxvq")
suspend fun contactEmails(value: List<String>?)

Parameters

value

Specifies a list of email addresses to send the budget notification to when the threshold is exceeded.


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


@JvmName(name = "ledwxbqfxftqektg")
suspend fun contactEmails(values: List<Output<String>>)
@JvmName(name = "qfwqqtgbdcjsqudk")
suspend fun contactEmails(vararg values: String)

Parameters

values

Specifies a list of email addresses to send the budget notification to when the threshold is exceeded.