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 CreateAssessment operation. Creates an assessment in Audit Manager.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateAssessmentRequest : AmazonAuditManagerRequest
         IAmazonWebServiceRequest

The CreateAssessmentRequest type exposes the following members

Constructors

NameDescription
Public Method CreateAssessmentRequest()

Properties

NameTypeDescription
Public Property AssessmentReportsDestination Amazon.AuditManager.Model.AssessmentReportsDestination

Gets and sets the property AssessmentReportsDestination.

The assessment report storage destination for the assessment that's being created.

Public Property Description System.String

Gets and sets the property Description.

The optional description of the assessment to be created.

Public Property FrameworkId System.String

Gets and sets the property FrameworkId.

The identifier for the framework that the assessment will be created from.

Public Property Name System.String

Gets and sets the property Name.

The name of the assessment to be created.

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

Gets and sets the property Roles.

The list of roles for the assessment.

Public Property Scope Amazon.AuditManager.Model.Scope

Gets and sets the property Scope.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags that are associated with the assessment.

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