ItsmReceiverArgs

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

An Itsm receiver.

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>

Unique identification of ITSM connection among multiple defined in above workspace.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val region: Output<String>

Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'

Link copied to clipboard

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>

OMS LA instance identifier.

Functions

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