ActionRuleSuppressionScopeArgs

data class ActionRuleSuppressionScopeArgs(val resourceIds: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<ActionRuleSuppressionScopeArgs>

Constructors

Link copied to clipboard
constructor(resourceIds: Output<List<String>>, type: Output<String>)

Properties

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

A list of resource IDs of the given scope type which will be the target of action rule.

Link copied to clipboard
val type: Output<String>

Specifies the type of target scope. Possible values are ResourceGroup and Resource.

Functions

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