Patch Baseline Approval Rule
data class PatchBaselineApprovalRule(val approveAfterDays: Int? = null, val approveUntilDate: String? = null, val complianceLevel: String? = null, val enableNonSecurity: Boolean? = null, val patchFilters: List<PatchBaselineApprovalRulePatchFilter>)
Constructors
Link copied to clipboard
fun PatchBaselineApprovalRule(approveAfterDays: Int? = null, approveUntilDate: String? = null, complianceLevel: String? = null, enableNonSecurity: Boolean? = null, patchFilters: List<PatchBaselineApprovalRulePatchFilter>)
Types
Properties
Link copied to clipboard
The patch filter group that defines the criteria for the rule. Up to 5 patch filters can be specified per approval rule using Key/Value pairs. Valid combinations of these Keys and the operating_system
value can be found in the SSM DescribePatchProperties API Reference. Valid Values are exact values for the patch property given as the key, or a wildcard *
, which matches all values.