Incident Receiver Args
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>)