MscSubWebhookArgs

data class MscSubWebhookArgs(val serverUrl: Output<String>? = null, val webhookName: Output<String>? = null) : ConvertibleToJava<MscSubWebhookArgs>

Provides a Msc Sub Webhook resource.

NOTE: Available since v1.141.0.

Import

Msc Sub Webhook can be imported using the id, e.g.

$ pulumi import alicloud:index/mscSubWebhook:MscSubWebhook example <id>

Constructors

Link copied to clipboard
constructor(serverUrl: Output<String>? = null, webhookName: Output<String>? = null)

Properties

Link copied to clipboard
val serverUrl: Output<String>? = null

The serverUrl of the Webhook. This url must start with https://oapi.dingtalk.com/robot/send?access_token=.

Link copied to clipboard
val webhookName: Output<String>? = null

The name of the Webhook. Note: The name must be 2 to 12 characters in length, and can contain uppercase and lowercase letters.

Functions

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