ActionGroupEmailReceiverArgs

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

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 (case-insensitive) across all receivers within an action group.

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

Enables or disables the common alert schema.

Functions

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