ContactTargetInfoArgs

data class ContactTargetInfoArgs(val contactId: Output<String>, val isEssential: Output<Boolean>) : ConvertibleToJava<ContactTargetInfoArgs>

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

Constructors

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

Properties

Link copied to clipboard
val contactId: Output<String>

The Amazon Resource Name (ARN) of the contact.

Link copied to clipboard
val isEssential: Output<Boolean>

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

Functions

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