Plan Stage Target Args
data class PlanStageTargetArgs(val channelTargetInfo: Output<PlanStageTargetChannelTargetInfoArgs>? = null, val contactTargetInfo: Output<PlanStageTargetContactTargetInfoArgs>? = null) : ConvertibleToJava<PlanStageTargetArgs>
Constructors
Link copied to clipboard
constructor(channelTargetInfo: Output<PlanStageTargetChannelTargetInfoArgs>? = null, contactTargetInfo: Output<PlanStageTargetContactTargetInfoArgs>? = null)
Properties
Link copied to clipboard
A configuration block for specifying information about the contact channel that Incident Manager engages. See Channel Target Info for more details.
Link copied to clipboard
A configuration block for specifying information about the contact that Incident Manager engages. See Contact Target Info for more details.