AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.PatchSource

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class PatchSource

The PatchSource type exposes the following members

Constructors

NameDescription
Public Method PatchSource()

Properties

NameTypeDescription
Public Property Configuration System.String

Gets and sets the property Configuration.

The value of the yum repo configuration. For example:

[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).

Public Property Name System.String

Gets and sets the property Name.

The name specified to identify the patch source.

Public Property Products System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5