---
type: resource-type
title: AssessmentFramework
description: aws resource type AWS::AuditManager::AssessmentFramework
name: AssessmentFramework
lexicon: aws
resource_type: AWS::AuditManager::AssessmentFramework
---
`AWS::AuditManager::AssessmentFramework`, a resource type of the aws lexicon.

## Properties

- `ControlSets` (`AssessmentFramework_ControlSet[]`, required): The control sets that are associated with the framework.
- `Name` (`string`, required): The name of the framework.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the framework.
- `ComplianceType` (`string`, optional): The compliance type that the framework supports, such as CIS or HIPAA.
- `CreatedAt` (`string`, optional): The time when the framework was created.
- `CreatedBy` (`string`, optional): The user or role that created the framework.
- `Description` (`string`, optional): The description of the framework.
- `FrameworkId` (`string`, optional): The unique identifier for the framework.
- `LastUpdatedAt` (`string`, optional): The time when the framework was most recently updated.
- `LastUpdatedBy` (`string`, optional): The user or role that most recently updated the framework.
- `Tags` (`AssessmentFramework_Tag[]`, optional): The tags associated with the framework.
- `Type` (`"Custom" | "Standard"`, optional): The framework type, such as a standard framework or a custom framework.

## Attributes

- `Arn`
- `CreatedAt`
- `CreatedBy`
- `FrameworkId`
- `LastUpdatedAt`
- `LastUpdatedBy`
- `Type`
