ContactTargetInfo

data class ContactTargetInfo(val contactId: String, val isEssential: Boolean)

The contact that SSM Incident Manager is engaging during an incident.

Constructors

Link copied to clipboard
constructor(contactId: String, isEssential: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the contact.

Link copied to clipboard

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.