You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::PatchRuleWhen passing PatchRule as input to an Aws::Client method, you can use a vanilla Hash:
{
patch_filter_group: { patch_filters: [ {
key: "ARCH", values: ["PatchFilterValue"], },
],
},
compliance_level: "CRITICAL", approve_after_days: 1,
approve_until_date: "PatchStringDateTime",
enable_non_security: false,
}
Defines an approval rule for a patch baseline.
Instance Attribute Summary collapseThe number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline.
The cutoff date for auto approval of released patches.
A compliance severity level for all approved patches in a patch baseline.
For instances identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.
The patch filter group that defines the criteria for the rule.
The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7
means that patches are approved seven days after they are released. Not supported on Ubuntu Server.
The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Ubuntu Server.
Enter dates in the format YYYY-MM-DD
. For example, 2020-12-31
.
A compliance severity level for all approved patches in a patch baseline.
Possible values:
For instances identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is \'false\'. Applies to Linux instances only.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4