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

The RuleGroup property type specifies a set of rules that define the approval rules for an Amazon 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 Amazon 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