AWS::SSM::PatchBaseline PatchSource - AWS CloudFormation

This is the new AWS 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 PatchSource

PatchSource is the property type for the Sources resource of the AWS::SSM::PatchBaseline resource.

The AWS CloudFormationAWS::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 managed nodes only.

Syntax

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

JSON

{ "Configuration" : String, "Name" : String, "Products" : [ String, ... ] }

YAML

Configuration: String Name: String Products: - String

Properties

Configuration

The value of the repo configuration.

Example for yum repositories

[main]

name=MyCustomRepository

baseurl=https://my-custom-repository

enabled=1

For information about other options available for your yum repository configuration, see dnf.conf(5) on the man7.org website.

Examples for Ubuntu Server and Debian Server

deb http://security.ubuntu.com/ubuntu jammy main

deb https://site.example.com/debian distribution component1 component2 component3

Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see jammy (5) sources.list.5.gz on the Ubuntu Server Manuals website and sources.list format on the Debian Wiki.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

Name

The name specified to identify the patch source.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_\-.]{3,50}$

Update requires: No interruption

Products

The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter in the AWS Systems Manager API Reference.

Required: No

Type: Array of String

Minimum: 1 | 0

Maximum: 128 | 20

Update requires: No interruption