MonitorUserArgs

data class MonitorUserArgs(val email: Output<String>, val firstName: Output<String>, val lastName: Output<String>, val phoneNumber: Output<String>) : ConvertibleToJava<MonitorUserArgs>

Constructors

Link copied to clipboard
constructor(email: Output<String>, firstName: Output<String>, lastName: Output<String>, phoneNumber: Output<String>)

Properties

Link copied to clipboard
val email: Output<String>

Specifies the user Email. Changing this forces a new Azure Native New Relic Monitor to be created.

Link copied to clipboard
val firstName: Output<String>

Specifies the first name. Changing this forces a new Azure Native New Relic Monitor to be created.

Link copied to clipboard
val lastName: Output<String>

Specifies the last name. Changing this forces a new Azure Native New Relic Monitor to be created.

Link copied to clipboard
val phoneNumber: Output<String>

Specifies the contact phone number. Changing this forces a new Azure Native New Relic Monitor to be created.

Functions

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