IncidentReceiverArgs

data class IncidentReceiverArgs(val connection: Output<IncidentServiceConnectionArgs>, val incidentManagementService: Output<Either<String, IncidentManagementService>>, val mappings: Output<Map<String, String>>, val name: Output<String>) : ConvertibleToJava<IncidentReceiverArgs>

An Incident receiver.

Constructors

Link copied to clipboard
constructor(connection: Output<IncidentServiceConnectionArgs>, incidentManagementService: Output<Either<String, IncidentManagementService>>, mappings: Output<Map<String, String>>, name: Output<String>)

Properties

Link copied to clipboard

The incident service connection

Link copied to clipboard

The incident management service type

Link copied to clipboard
val mappings: Output<Map<String, String>>

Field mappings for the incident service

Link copied to clipboard
val name: Output<String>

The name of the Incident receiver. Names must be unique across all receivers within an action group.

Functions

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