Patch Baseline Patch Source Args
data class PatchBaselinePatchSourceArgs(val configuration: Output<String>? = null, val name: Output<String>? = null, val products: Output<List<String>>? = null) : ConvertibleToJava<PatchBaselinePatchSourceArgs>
Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.
Properties
Link copied to clipboard
The value of the yum repo configuration. For example: [main]
name=MyCustomRepository
baseurl=https://my-custom-repository
enabled=1
Link copied to clipboard
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 .