AWS::SSM::PatchBaseline RuleGroup - 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 RuleGroup

The RuleGroup property type specifies a set of rules that define the approval rules for an AWS Systems Manager patch baseline.

RuleGroup is the property type for the ApprovalRules property of the AWS::SSM::PatchBaseline resource.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "PatchRules" : [ Rule, ... ] }

YAML

PatchRules: - Rule

Properties

PatchRules

The rules that make up the rule group.

Required: No

Type: Array of Rule

Minimum: 0

Maximum: 10

Update requires: No interruption