notificationEmails

@JvmName(name = "jeukedbkscqakslc")
suspend fun notificationEmails(value: Output<List<String>>)
@JvmName(name = "ynispofwdxkflqmm")
suspend fun notificationEmails(value: List<String>?)

Parameters

value

A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.


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


@JvmName(name = "opivqxlpkugyojxu")
suspend fun notificationEmails(values: List<Output<String>>)
@JvmName(name = "fawhaxbjmpirultj")
suspend fun notificationEmails(vararg values: String)

Parameters

values

A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.