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

[Audit Manager] - [Coverage] - Support AWS::AuditManager::Control

Open
#2,320 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::Control

### Description

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

```
Type: AWS::AuditManager::Control
Properties:
Name: String
Description: String
TestingInformation: String
ActionPlanTitle: String
ActionPlanInstructions: String
ControlMappingSources:
- ControlMappingSource
Tags:
- Tag
```

```
Property: ControlMappingSource

SourceName: String
SourceDescription: String
SourceSetUpOptoin: 'System_Controls_Mapping'|'Procedural_Controls_Mapping'
SourceType: 'AWS_Cloudtrail'|'AWS_Config'|'AWS_Security_Hub'|'AWS_API_Call'|'MANUAL'|'Common_Control'|'Core_Control',
SourceKeyword: SourceKeyword
SourceFequency: 'DAILY'|'WEEKLY'|'MONTHLY'
TroubleshootingText: String

Property: SourceKeyword

KeywordInputType: 'SELECT_FROM_LIST'|'UPLOAD_FILE'|'INPUT_TEXT'
KeywordValue: String
```

Source:
* https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/auditmanager/client/create_control.html
* https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/auditmanager/client/update_control.html

### Other Details

_No response_

Contributor guide

Open the contributing guide

Research direction

Start with the boto3 create_control and update_control references linked in the issue, then inspect the repository's existing CloudFormation coverage process for similar resources. Done means native support exists for AWS::AuditManager::Control with the listed properties, nested ControlMappingSource and SourceKeyword structures, and the specified enum values.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.