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 folder where Audit Manager stores evidence for an assessment.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.AssessmentEvidenceFolder

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

Syntax

C#
public class AssessmentEvidenceFolder

The AssessmentEvidenceFolder type exposes the following members

Constructors

NameDescription
Public Method AssessmentEvidenceFolder()

Properties

NameTypeDescription
Public Property AssessmentId System.String

Gets and sets the property AssessmentId.

The identifier for the assessment.

Public Property AssessmentReportSelectionCount System.Int32

Gets and sets the property AssessmentReportSelectionCount.

The total count of evidence that's included in the assessment report.

Public Property Author System.String

Gets and sets the property Author.

The name of the user who created the evidence folder.

Public Property ControlId System.String

Gets and sets the property ControlId.

The unique identifier for the control.

Public Property ControlName System.String

Gets and sets the property ControlName.

The name of the control.

Public Property ControlSetId System.String

Gets and sets the property ControlSetId.

The identifier for the control set.

Public Property DataSource System.String

Gets and sets the property DataSource.

The Amazon Web Service that the evidence was collected from.

Public Property Date System.DateTime

Gets and sets the property Date.

The date when the first evidence was added to the evidence folder.

Public Property EvidenceAwsServiceSourceCount System.Int32

Gets and sets the property EvidenceAwsServiceSourceCount.

The total number of Amazon Web Services resources that were assessed to generate the evidence.

Public Property EvidenceByTypeComplianceCheckCount System.Int32

Gets and sets the property EvidenceByTypeComplianceCheckCount.

The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

Public Property EvidenceByTypeComplianceCheckIssuesCount System.Int32

Gets and sets the property EvidenceByTypeComplianceCheckIssuesCount.

The total number of issues that were reported directly from Security Hub, Config, or both.

Public Property EvidenceByTypeConfigurationDataCount System.Int32

Gets and sets the property EvidenceByTypeConfigurationDataCount.

The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.

Public Property EvidenceByTypeManualCount System.Int32

Gets and sets the property EvidenceByTypeManualCount.

The number of evidence that falls under the manual category. This evidence is imported manually.

Public Property EvidenceByTypeUserActivityCount System.Int32

Gets and sets the property EvidenceByTypeUserActivityCount.

The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

Public Property EvidenceResourcesIncludedCount System.Int32

Gets and sets the property EvidenceResourcesIncludedCount.

The amount of evidence that's included in the evidence folder.

Public Property Id System.String

Gets and sets the property Id.

The identifier for the folder that the evidence is stored in.

Public Property Name System.String

Gets and sets the property Name.

The name of the evidence folder.

Public Property TotalEvidence System.Int32

Gets and sets the property TotalEvidence.

The total amount of evidence in the evidence folder.

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