LogzMonitorUserArgs

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

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>

Email of the user used by Logz for contacting them if needed. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val firstName: Output<String>

First Name of the user. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val lastName: Output<String>

Last Name of the user. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val phoneNumber: Output<String>

Phone number of the user used by Logz for contacting them if needed. Changing this forces a new logz Monitor to be created.

Functions

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