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.

Compliance summary information for a specific resource.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.ResourceComplianceSummaryItem

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

Syntax

C#
public class ResourceComplianceSummaryItem

The ResourceComplianceSummaryItem type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ComplianceType System.String

Gets and sets the property ComplianceType.

The compliance type.

Public Property CompliantSummary Amazon.SimpleSystemsManagement.Model.CompliantSummary

Gets and sets the property CompliantSummary.

A list of items that are compliant for the resource.

Public Property ExecutionSummary Amazon.SimpleSystemsManagement.Model.ComplianceExecutionSummary

Gets and sets the property ExecutionSummary.

Information about the execution.

Public Property NonCompliantSummary Amazon.SimpleSystemsManagement.Model.NonCompliantSummary

Gets and sets the property NonCompliantSummary.

A list of items that aren't compliant for the resource.

Public Property OverallSeverity Amazon.SimpleSystemsManagement.ComplianceSeverity

Gets and sets the property OverallSeverity.

The highest severity item found for the resource. The resource is compliant for this item.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The resource ID.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The resource type.

Public Property Status Amazon.SimpleSystemsManagement.ComplianceStatus

Gets and sets the property Status.

The compliance status for the resource.

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