ActionGroupItsmReceiverArgs

data class ActionGroupItsmReceiverArgs(val connectionId: Output<String>, val name: Output<String>, val region: Output<String>, val ticketConfiguration: Output<String>, val workspaceId: Output<String>) : ConvertibleToJava<ActionGroupItsmReceiverArgs>

Constructors

Link copied to clipboard
constructor(connectionId: Output<String>, name: Output<String>, region: Output<String>, ticketConfiguration: Output<String>, workspaceId: Output<String>)

Properties

Link copied to clipboard
val connectionId: Output<String>

The unique connection identifier of the ITSM connection.

Link copied to clipboard
val name: Output<String>

The name of the ITSM receiver.

Link copied to clipboard
val region: Output<String>

The region of the workspace.

Link copied to clipboard

A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

Link copied to clipboard
val workspaceId: Output<String>

The Azure Log Analytics workspace ID where this connection is defined. Format is <subscription id>|<workspace id>, for example 00000000-0000-0000-0000-000000000000|00000000-0000-0000-0000-000000000000.

Functions

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