AWS::SSM::PatchBaseline PatchFilterGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, ... ] }

Properties

PatchFilters

The set of patch filters that make up the group.

Required: No

Type: Array of PatchFilter

Minimum: 0

Maximum: 4

Update requires: No interruption