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 state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.PatchComplianceData

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

Syntax

C#
public class PatchComplianceData

The PatchComplianceData type exposes the following members

Constructors

NameDescription
Public Method PatchComplianceData()

Properties

NameTypeDescription
Public Property Classification System.String

Gets and sets the property Classification.

The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

Public Property CVEIds System.String

Gets and sets the property CVEIds.

The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

Currently, CVE ID values are reported only for patches with a status of Missing or Failed.

Public Property InstalledTime System.DateTime

Gets and sets the property InstalledTime.

The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

Public Property KBId System.String

Gets and sets the property KBId.

The operating system-specific ID of the patch.

Public Property Severity System.String

Gets and sets the property Severity.

The severity of the patch such as Critical, Important, and Moderate.

Public Property State Amazon.SimpleSystemsManagement.PatchComplianceDataState

Gets and sets the property State.

The state of the patch on the managed node, such as INSTALLED or FAILED.

For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

Public Property Title System.String

Gets and sets the property Title.

The title of the patch.

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