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.

Defines the basic information about a patch baseline override.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.BaselineOverride

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

Syntax

C#
public class BaselineOverride

The BaselineOverride type exposes the following members

Constructors

NameDescription
Public Method BaselineOverride()

Properties

NameTypeDescription
Public Property ApprovalRules Amazon.SimpleSystemsManagement.Model.PatchRuleGroup

Gets and sets the property ApprovalRules.

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

Gets and sets the property ApprovedPatches.

A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see Package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

Public Property ApprovedPatchesComplianceLevel Amazon.SimpleSystemsManagement.PatchComplianceLevel

Gets and sets the property ApprovedPatchesComplianceLevel.

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.

Public Property ApprovedPatchesEnableNonSecurity System.Boolean

Gets and sets the property ApprovedPatchesEnableNonSecurity.

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

Public Property GlobalFilters Amazon.SimpleSystemsManagement.Model.PatchFilterGroup

Gets and sets the property GlobalFilters.

Public Property OperatingSystem Amazon.SimpleSystemsManagement.OperatingSystem

Gets and sets the property OperatingSystem.

The operating system rule used by the patch baseline override.

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

Gets and sets the property RejectedPatches.

A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see Package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

Public Property RejectedPatchesAction Amazon.SimpleSystemsManagement.PatchAction

Gets and sets the property RejectedPatchesAction.

The action for Patch Manager to take on patches included in the RejectedPackages list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

Public Property Sources System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.PatchSource>

Gets and sets the property Sources.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5