View a markdown version of this page

AWS::AuditManager::AssessmentFramework - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AuditManager::AssessmentFramework

The file used to structure and automate AWS Audit Manager assessments for a given compliance standard.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::AuditManager::AssessmentFramework", "Properties" : { "ComplianceType" : String, "ControlSets" : [ ControlSet, ... ], "Description" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::AuditManager::AssessmentFramework Properties: ComplianceType: String ControlSets: - ControlSet Description: String Name: String Tags: - Tag

Properties

ComplianceType

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

Required: No

Type: String

Pattern: ^[\w\W\s\S]*$

Minimum: 0

Maximum: 100

Update requires: No interruption

ControlSets

The control sets that are associated with the framework.

Required: Yes

Type: Array of ControlSet

Minimum: 1

Update requires: No interruption

Description

The description of the framework.

Required: No

Type: String

Pattern: ^[\w\W\s\S]*$

Minimum: 1

Maximum: 1000

Update requires: No interruption

Name

The name of the framework.

Required: Yes

Type: String

Pattern: ^[^\\]*$

Minimum: 1

Maximum: 300

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

The Amazon Resource Name (ARN) of the framework.

CreatedAt

The time when the framework was created.

CreatedBy

Property description not available.

FrameworkId

The unique identifier for the shared custom framework.

LastUpdatedAt

The time when the framework was most recently updated.

LastUpdatedBy

Property description not available.

Type

The framework type, such as a standard framework or a custom framework.