Proactive Engagement Args
data class ProactiveEngagementArgs(val emergencyContactList: Output<List<ProactiveEngagementEmergencyContactArgs>>? = null, val proactiveEngagementStatus: Output<ProactiveEngagementStatus>? = null) : ConvertibleToJava<ProactiveEngagementArgs>
Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
Constructors
Link copied to clipboard
fun ProactiveEngagementArgs(emergencyContactList: Output<List<ProactiveEngagementEmergencyContactArgs>>? = null, proactiveEngagementStatus: Output<ProactiveEngagementStatus>? = null)