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.

A control in Audit Manager.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.Control

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

Syntax

C#
public class Control

The Control type exposes the following members

Constructors

NameDescription
Public Method Control()

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 Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of 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 ControlSources System.String

Gets and sets the property ControlSources.

The data source types that determine where Audit Manager collects evidence from for the control.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the control was created.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The user or role that created the control.

Public Property Description System.String

Gets and sets the property Description.

The description of the control.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the control.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The time when the control was most recently updated.

Public Property LastUpdatedBy System.String

Gets and sets the property LastUpdatedBy.

The user or role that most recently updated the control.

Public Property Name System.String

Gets and sets the property Name.

The name of the control.

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

Gets and sets the property Tags.

The tags associated with the control.

Public Property TestingInformation System.String

Gets and sets the property TestingInformation.

The steps that you should follow to determine if the control has been satisfied.

Public Property Type Amazon.AuditManager.ControlType

Gets and sets the property Type.

Specifies whether the control is a standard control or a custom 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