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:StringControlSets:- ControlSetDescription:StringName:StringTags:- 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:
0Maximum:
100Update requires: No interruption
ControlSets-
The control sets that are associated with the framework.
Required: Yes
Type: Array of ControlSet
Minimum:
1Update requires: No interruption
Description-
The description of the framework.
Required: No
Type: String
Pattern:
^[\w\W\s\S]*$Minimum:
1Maximum:
1000Update requires: No interruption
Name-
The name of the framework.
Required: Yes
Type: String
Pattern:
^[^\\]*$Minimum:
1Maximum:
300Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update 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.
CreatedByProperty description not available.
FrameworkId-
The unique identifier for the shared custom framework.
LastUpdatedAt-
The time when the framework was most recently updated.
LastUpdatedByProperty description not available.
Type-
The framework type, such as a standard framework or a custom framework.