AWS::SSM::PatchBaseline Rule
The Rule
property type specifies an approval rule for a Systems Manager patch
baseline.
The PatchRules
property of the RuleGroup property type contains a list of Rule
property types.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApproveAfterDays" :
Integer
, "ApproveUntilDate" :PatchStringDate
, "ComplianceLevel" :String
, "EnableNonSecurity" :Boolean
, "PatchFilterGroup" :PatchFilterGroup
}
YAML
ApproveAfterDays:
Integer
ApproveUntilDate:PatchStringDate
ComplianceLevel:String
EnableNonSecurity:Boolean
PatchFilterGroup:PatchFilterGroup
Properties
ApproveAfterDays
-
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.You must specify a value for
ApproveAfterDays
.Exception: Not supported on Debian Server or Ubuntu Server.
Required: Conditional
Type: Integer
Minimum:
0
Maximum:
360
Update requires: No interruption
ApproveUntilDate
-
The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.
Enter dates in the format
YYYY-MM-DD
. For example,2021-12-31
.Required: No
Type: PatchStringDate
Minimum:
1
Maximum:
10
Update requires: No interruption
ComplianceLevel
-
A compliance severity level for all approved patches in a patch baseline. Valid compliance severity levels include the following:
UNSPECIFIED
,CRITICAL
,HIGH
,MEDIUM
,LOW
, andINFORMATIONAL
.Required: No
Type: String
Allowed values:
CRITICAL | HIGH | INFORMATIONAL | LOW | MEDIUM | UNSPECIFIED
Update requires: No interruption
EnableNonSecurity
-
For managed nodes 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 managed nodes only.Required: No
Type: Boolean
Update requires: No interruption
PatchFilterGroup
-
The patch filter group that defines the criteria for the rule.
Required: No
Type: PatchFilterGroup
Update requires: No interruption
See also
-
PatchRule in the Amazon Systems Manager API Reference.