ActionGroupArmRoleReceiverArgs

data class ActionGroupArmRoleReceiverArgs(val name: Output<String>, val roleId: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<ActionGroupArmRoleReceiverArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, roleId: Output<String>, useCommonAlertSchema: Output<Boolean>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the ARM role receiver.

Link copied to clipboard
val roleId: Output<String>

The arm role id.

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Enables or disables the common alert schema.

Functions

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