ProactiveEngagementEmergencyContactArgs

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

An emergency contact is used by Shield Response Team (SRT) to contact you for escalations to the SRT and to initiate proactive customer support. An emergency contact requires an email address.

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>

The email address for the contact.

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

The phone number for the contact

Functions

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