pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.insights.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.
Constructors
Functions
Properties
Constructors
Action
List
Args
Link copied to clipboard
fun
ActionListArgs
(
actionGroups
:
Output
<
List
<
ActionGroupArgs
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ActionListArgs
Properties
action
Groups
Link copied to clipboard
val
actionGroups
:
Output
<
List
<
ActionGroupArgs
>
>
?
=
null
The list of the Action Groups.