PlanArgs

data class PlanArgs(val contactId: Output<String>? = null, val rotationIds: Output<List<String>>? = null, val stages: Output<List<PlanStageArgs>>? = null) : ConvertibleToJava<PlanArgs>

Engagement Plan for a SSM Incident Manager Contact.

Constructors

Link copied to clipboard
constructor(contactId: Output<String>? = null, rotationIds: Output<List<String>>? = null, stages: Output<List<PlanStageArgs>>? = null)

Properties

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

Contact ID for the AWS SSM Incident Manager Contact to associate the plan.

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

Rotation Ids to associate with Oncall Contact for engagement.

Link copied to clipboard
val stages: Output<List<PlanStageArgs>>? = null

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

Functions

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