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 UpdateControl operation. Updates a custom control in Audit Manager.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateControlRequest : AmazonAuditManagerRequest
         IAmazonWebServiceRequest

The UpdateControlRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateControlRequest()

Properties

NameTypeDescription
Public Property ActionPlanInstructions System.String

Gets and sets the property ActionPlanInstructions.

The recommended actions to carry out if the control isn't fulfilled.

Public Property ActionPlanTitle System.String

Gets and sets the property ActionPlanTitle.

The title of the action plan for remediating the control.

Public Property ControlId System.String

Gets and sets the property ControlId.

The identifier for the control.

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

Gets and sets the property ControlMappingSources.

The data mapping sources for the control.

Public Property Description System.String

Gets and sets the property Description.

The optional description of the control.

Public Property Name System.String

Gets and sets the property Name.

The name of the updated control.

Public Property TestingInformation System.String

Gets and sets the property TestingInformation.

The steps that you should follow to determine if the control is met.

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