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.

Container for the parameters to the BatchImportEvidenceToAssessmentControl operation. Adds one or more pieces of evidence to a control in an Audit Manager assessment.

You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question.

The following restrictions apply to this action:

For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AuditManager.AmazonAuditManagerRequest
      Amazon.AuditManager.Model.BatchImportEvidenceToAssessmentControlRequest

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

Syntax

C#
public class BatchImportEvidenceToAssessmentControlRequest : AmazonAuditManagerRequest
         IAmazonWebServiceRequest

The BatchImportEvidenceToAssessmentControlRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssessmentId System.String

Gets and sets the property AssessmentId.

The identifier for the assessment.

Public Property ControlId System.String

Gets and sets the property ControlId.

The identifier for the control.

Public Property ControlSetId System.String

Gets and sets the property ControlSetId.

The identifier for the control set.

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

Gets and sets the property ManualEvidence.

The list of manual evidence objects.

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