aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

[AuditManager] - [Coverage] - Support AWS::AuditManager::Framework

Open
#2,319 0 comments 0 reactions 0 assignees View on GitHub
Coverage
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::AuditManager::Assessment

### Resource name

AWS::AuditManager::Framework

### Description

Currently there are no CloudFormation resource type for AuditManager Framework. It will be good if there is native support for it.

Format:
```
Type: AWS::AuditManager::Assessment
Properties:
Name: String
Description: String
ComplianceType: String
ControlSets:
- ControlSet
Tags:
- Tag
```
```
Property: ControlSet

Name: String
Controls:
- Control

Property: Control

Id: String
```

```
Ref:
Return Framework ID of the resource
```

source:
* https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/auditmanager/client/create_assessment_framework.html
* https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/auditmanager/client/update_assessment_framework.html

### Other Details

_No response_

Contributor guide

Open the contributing guide

Research direction

Start with the linked boto3 create_assessment_framework and update_assessment_framework documentation to verify the requested Framework properties and operations. The issue names no repository files or tests; clarify the Assessment/Framework naming mismatch and identify the implementation and coverage-test locations. Done should include native AWS::AuditManager::Framework support and a Ref value returning the framework ID.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.