PatchSource
PatchSource is the property type for the Sources resource of the
AWS::SSM::PatchBaseline resource.
The AWS CloudFormation AWS::SSM::PatchSource resource is used to provide information about
the patches to use to update target instances, including target operating systems
and source
repository. Applies to Linux instances only.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Configuration" :String, "Name" :String, "Products" : {String:String, ...} }
YAML
Configuration:StringName:StringProducts:String:String
Properties
Products-
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter in the AWS Systems Manager API Reference.
Required: Yes
Type: String to String map
