EmailReceiverArgs

data class EmailReceiverArgs(val emailAddress: Output<String>, val name: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<EmailReceiverArgs>

An email receiver.

Constructors

Link copied to clipboard
constructor(emailAddress: Output<String>, name: Output<String>, useCommonAlertSchema: Output<Boolean>? = null)

Properties

Link copied to clipboard
val emailAddress: Output<String>

The email address of this receiver.

Link copied to clipboard
val name: Output<String>

The name of the email receiver. Names must be unique across all receivers within a tenant action group.

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Indicates whether to use common alert schema.

Functions

Link copied to clipboard
open override fun toJava(): EmailReceiverArgs