AWS::SSM::PatchBaseline PatchFilterGroup - AWS CloudFormation

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 AWS 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