toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Action
Group
Arm
Role
Receiver
Link copied to clipboard
constructor
(
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.