pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.monitoring.kotlin.outputs
/
ActionGroupArmRoleReceiver
Action
Group
Arm
Role
Receiver
data
class
ActionGroupArmRoleReceiver
(
val
name
:
String
,
val
roleId
:
String
,
val
useCommonAlertSchema
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Action
Group
Arm
Role
Receiver
Link copied to clipboard
fun
ActionGroupArmRoleReceiver
(
name
:
String
,
roleId
:
String
,
useCommonAlertSchema
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the ARM role receiver.
role
Id
Link copied to clipboard
val
roleId
:
String
The arm role id.
use
Common
Alert
Schema
Link copied to clipboard
val
useCommonAlertSchema
:
Boolean
?
=
null
Enables or disables the common alert schema.