RemoveAllActionGroupsArgs

data class RemoveAllActionGroupsArgs(val actionType: Output<String>) : ConvertibleToJava<RemoveAllActionGroupsArgs>

Indicates if all action groups should be removed.

Constructors

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

Properties

Link copied to clipboard
val actionType: Output<String>

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

Functions

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