ArmRoleReceiverArgs

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

An arm role receiver.

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. Names must be unique across all receivers within an action group.

Link copied to clipboard
val roleId: Output<String>

The arm role id.

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

Indicates whether to use common alert schema.

Functions

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