approverEmailRecipients

@JvmName(name = "botdbfspglpqxqgt")
suspend fun approverEmailRecipients(value: Output<List<String>>)
@JvmName(name = "orrrbswiefdplbms")
suspend fun approverEmailRecipients(value: List<String>?)

Parameters

value

Optional. Additional email addresses to be notified when a grant is pending approval.


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


@JvmName(name = "ghaswrhfovhvihfb")
suspend fun approverEmailRecipients(values: List<Output<String>>)
@JvmName(name = "kamdoeakjrlrbjjy")
suspend fun approverEmailRecipients(vararg values: String)

Parameters

values

Optional. Additional email addresses to be notified when a grant is pending approval.