ProactiveEngagementArgs

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
constructor(emergencyContactList: Output<List<ProactiveEngagementEmergencyContactArgs>>? = null, proactiveEngagementStatus: Output<ProactiveEngagementStatus>? = null)

Properties

Link copied to clipboard

A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support. To enable proactive engagement, the contact list must include at least one phone number.

Link copied to clipboard

If ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support. If DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.

Functions

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