AWS::SSM::PatchBaseline PatchFilterGroup
The PatchFilterGroup
property type specifies a set of patch filters for an
Amazon Systems Manager patch baseline, typically used for approval rules for a Systems Manager
patch baseline.
PatchFilterGroup
is the property type for the GlobalFilters
property
of the AWS::SSM::PatchBaseline resource and the PatchFilterGroup
property of
the Rule property type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "PatchFilters" :
[ PatchFilter, ... ]
}
YAML
PatchFilters:
- PatchFilter
Properties
PatchFilters
-
The set of patch filters that make up the group.
Required: No
Type: List of PatchFilter
Maximum:
4
Update requires: No interruption