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 file that's used to structure and automate Audit Manager assessments for a given compliance standard.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.Framework

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

Syntax

C#
public class Framework

The Framework type exposes the following members

Constructors

NameDescription
Public Method Framework()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the framework.

Public Property ComplianceType System.String

Gets and sets the property ComplianceType.

The compliance type that the framework supports, such as CIS or HIPAA.

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

Gets and sets the property ControlSets.

The control sets that are associated with the framework.

Public Property ControlSources System.String

Gets and sets the property ControlSources.

The control data sources where Audit Manager collects evidence from.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the framework was created.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The user or role that created the framework.

Public Property Description System.String

Gets and sets the property Description.

The description of the framework.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the framework.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The time when the framework was most recently updated.

Public Property LastUpdatedBy System.String

Gets and sets the property LastUpdatedBy.

The user or role that most recently updated the framework.

Public Property Logo System.String

Gets and sets the property Logo.

The logo that's associated with the framework.

Public Property Name System.String

Gets and sets the property Name.

The name of the framework.

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

Gets and sets the property Tags.

The tags that are associated with the framework.

Public Property Type Amazon.AuditManager.FrameworkType

Gets and sets the property Type.

Specifies whether the framework is a standard framework or a custom framework.

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