IncidentServiceConnectionArgs

data class IncidentServiceConnectionArgs(val id: Output<String>, val name: Output<String>) : ConvertibleToJava<IncidentServiceConnectionArgs>

The connection info for Incident Receiver.

Constructors

Link copied to clipboard
constructor(id: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

GUID value representing the connection ID for the incident management service.

Link copied to clipboard
val name: Output<String>

The name of the connection.

Functions

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