PatchBaselinePatchSource

data class PatchBaselinePatchSource(val configuration: String? = null, val name: String? = null, val products: List<String>? = null)

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.

Constructors

Link copied to clipboard
constructor(configuration: String? = null, name: String? = null, products: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configuration: String? = null

The value of the yum repo configuration. For example: [main] name=MyCustomRepository baseurl=https://my-custom-repository enabled=1

Link copied to clipboard
val name: String? = null

The name specified to identify the patch source.

Link copied to clipboard
val products: List<String>? = null

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 .