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.

A summary of the latest analytics data for a specific control domain.

Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.ControlDomainInsights

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

Syntax

C#
public class ControlDomainInsights

The ControlDomainInsights type exposes the following members

Constructors

NameDescription
Public Method ControlDomainInsights()

Properties

NameTypeDescription
Public Property ControlsCountByNoncompliantEvidence System.Int32

Gets and sets the property ControlsCountByNoncompliantEvidence.

The number of controls in the control domain that collected non-compliant evidence on the lastUpdated date.

Public Property EvidenceInsights Amazon.AuditManager.Model.EvidenceInsights

Gets and sets the property EvidenceInsights.

A breakdown of the compliance check status for the evidence that’s associated with the control domain.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the control domain.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

The time when the control domain insights were last updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the control domain.

Public Property TotalControlsCount System.Int32

Gets and sets the property TotalControlsCount.

The total number of controls in the control domain.

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