PatchBaselineRuleGroupArgs

data class PatchBaselineRuleGroupArgs(val patchRules: Output<List<PatchBaselineRuleArgs>>? = null) : ConvertibleToJava<PatchBaselineRuleGroupArgs>

A set of rules defining the approval rules for a patch baseline.

Constructors

Link copied to clipboard
constructor(patchRules: Output<List<PatchBaselineRuleArgs>>? = null)

Properties

Link copied to clipboard
val patchRules: Output<List<PatchBaselineRuleArgs>>? = null

The rules that make up the rule group.

Functions

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