ProactiveEngagementEmergencyContactArgs

data class ProactiveEngagementEmergencyContactArgs(val contactNotes: Output<String>? = null, val emailAddress: Output<String>, val phoneNumber: Output<String>? = null) : ConvertibleToJava<ProactiveEngagementEmergencyContactArgs>

Constructors

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

Properties

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

Additional notes regarding the contact.

Link copied to clipboard
val emailAddress: Output<String>

A valid email address that will be used for this contact.

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

A phone number, starting with + and up to 15 digits that will be used for this contact.

Functions

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