AddActionGroupsArgs

data class AddActionGroupsArgs(val actionGroupIds: Output<List<String>>, val actionType: Output<String>) : ConvertibleToJava<AddActionGroupsArgs>

Add action groups to alert processing rule.

Constructors

Link copied to clipboard
constructor(actionGroupIds: Output<List<String>>, actionType: Output<String>)

Properties

Link copied to clipboard
val actionGroupIds: Output<List<String>>

List of action group Ids to add to alert processing rule.

Link copied to clipboard
val actionType: Output<String>

Action that should be applied. Expected value is 'AddActionGroups'.

Functions

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