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 metadata that's associated with a standard framework or a custom framework.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.AssessmentFrameworkMetadata

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

Syntax

C#
public class AssessmentFrameworkMetadata

The AssessmentFrameworkMetadata type exposes the following members

Constructors

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 new custom framework supports, such as CIS or HIPAA.

Public Property ControlsCount System.Int32

Gets and sets the property ControlsCount.

The number of controls that are associated with the framework.

Public Property ControlSetsCount System.Int32

Gets and sets the property ControlSetsCount.

The number of control sets that are associated with the framework.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the framework was created.

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 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 Type Amazon.AuditManager.FrameworkType

Gets and sets the property Type.

The framework type, such as 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