MonitorUserArgs

data class MonitorUserArgs(val email: Output<String>, val name: Output<String>, val phoneNumber: Output<String>? = null) : ConvertibleToJava<MonitorUserArgs>

Constructors

Link copied to clipboard
constructor(email: Output<String>, name: Output<String>, phoneNumber: Output<String>? = null)

Properties

Link copied to clipboard
val email: Output<String>

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

Link copied to clipboard
val name: Output<String>

The name which should be used for this user_info. Changing this forces a new resource to be created.

Link copied to clipboard
val phoneNumber: Output<String>? = null

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

Functions

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