AWS::SSM::PatchBaseline PatchFilterGroup - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSM::PatchBaseline PatchFilterGroup

The PatchFilterGroup property type specifies a set of patch filters for an AWS 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 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: 5

Update requires: No interruption