BaselineOverride
Defines the basic information about a patch baseline override.
Contents
- ApprovalRules
-
A set of rules defining the approval rules for a patch baseline.
Type: PatchRuleGroup object
Required: No
- ApprovedPatches
-
A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see Package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- ApprovedPatchesComplianceLevel
-
Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.
Type: String
Valid Values:
CRITICAL | HIGH | MEDIUM | LOW | INFORMATIONAL | UNSPECIFIED
Required: No
- ApprovedPatchesEnableNonSecurity
-
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is
false
. Applies to Linux managed nodes only.Type: Boolean
Required: No
- GlobalFilters
-
A set of patch filters, typically used for approval rules.
Type: PatchFilterGroup object
Required: No
- OperatingSystem
-
The operating system rule used by the patch baseline override.
Type: String
Valid Values:
WINDOWS | AMAZON_LINUX | AMAZON_LINUX_2 | AMAZON_LINUX_2022 | UBUNTU | REDHAT_ENTERPRISE_LINUX | SUSE | CENTOS | ORACLE_LINUX | DEBIAN | MACOS | RASPBIAN | ROCKY_LINUX | ALMA_LINUX | AMAZON_LINUX_2023
Required: No
- RejectedPatches
-
A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see Package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- RejectedPatchesAction
-
The action for Patch Manager to take on patches included in the
RejectedPackages
list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.Type: String
Valid Values:
ALLOW_AS_DEPENDENCY | BLOCK
Required: No
- Sources
-
Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
Type: Array of PatchSource objects
Array Members: Minimum number of 0 items. Maximum number of 20 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: