toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.monitor.kotlin.inputs
/
ActionListArgs
Action
List
Args
data
class
ActionListArgs
(
val
actionGroups
:
Output
<
List
<
ActionGroupArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
ActionListArgs
>
A list of Activity Log Alert rule actions.
Members
Constructors
Action
List
Args
Link copied to clipboard
constructor
(
actionGroups
:
Output
<
List
<
ActionGroupArgs
>
>
?
=
null
)
Properties
action
Groups
Link copied to clipboard
val
actionGroups
:
Output
<
List
<
ActionGroupArgs
>
>
?
=
null
The list of the Action Groups.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ActionListArgs