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.

The control entity that represents a standard control or a custom control in an Audit Manager assessment.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.AssessmentControl

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

Syntax

C#
public class AssessmentControl

The AssessmentControl type exposes the following members

Constructors

NameDescription
Public Method AssessmentControl()

Properties

NameTypeDescription
Public Property AssessmentReportEvidenceCount System.Int32

Gets and sets the property AssessmentReportEvidenceCount.

The amount of evidence in the assessment report.

Public Property Comments System.Collections.Generic.List<Amazon.AuditManager.Model.ControlComment>

Gets and sets the property Comments.

The list of comments that's attached to the control.

Public Property Description System.String

Gets and sets the property Description.

The description of the control.

Public Property EvidenceCount System.Int32

Gets and sets the property EvidenceCount.

The amount of evidence that's collected for the control.

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

Gets and sets the property EvidenceSources.

The list of data sources for the evidence.

Public Property Id System.String

Gets and sets the property Id.

The identifier for the control.

Public Property Name System.String

Gets and sets the property Name.

The name of the control.

Public Property Response Amazon.AuditManager.ControlResponse

Gets and sets the property Response.

The response of the control.

Public Property Status Amazon.AuditManager.ControlStatus

Gets and sets the property Status.

The status of the control.

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