Patch Baseline Approval Rule Args
data class PatchBaselineApprovalRuleArgs(val approveAfterDays: Output<Int>? = null, val approveUntilDate: Output<String>? = null, val complianceLevel: Output<String>? = null, val enableNonSecurity: Output<Boolean>? = null, val patchFilters: Output<List<PatchBaselineApprovalRulePatchFilterArgs>>) : ConvertibleToJava<PatchBaselineApprovalRuleArgs>
Constructors
Link copied to clipboard
fun PatchBaselineApprovalRuleArgs(approveAfterDays: Output<Int>? = null, approveUntilDate: Output<String>? = null, complianceLevel: Output<String>? = null, enableNonSecurity: Output<Boolean>? = null, patchFilters: Output<List<PatchBaselineApprovalRulePatchFilterArgs>>)
Functions
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.