PatchBaselinePatchFilterGroupArgs

data class PatchBaselinePatchFilterGroupArgs(val patchFilters: Output<List<PatchBaselinePatchFilterArgs>>? = null) : ConvertibleToJava<PatchBaselinePatchFilterGroupArgs>

The patch filter group that defines the criteria for the rule.

Constructors

Link copied to clipboard
constructor(patchFilters: Output<List<PatchBaselinePatchFilterArgs>>? = null)

Properties

Link copied to clipboard

The set of patch filters that make up the group.

Functions

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