AWS::AuditManager::AssessmentAn entity that defines the scope of audit evidence collected by AWS Audit Manager.
10 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AssessmentReportsDestination | AssessmentReportsDestination | |
AwsAccount | AWSAccount | Create-only |
Delegations | Array<Delegation> | |
Description | string | Write-only |
FrameworkId | string | Create-only |
Name | string | Write-only |
Roles | Array<Role> | |
Scope | Scope | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
AssessmentId | string | - |
CreationTime | number | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AuditManager::Assessment
Resources:
MyResource:
Type: AWS::AuditManager::Assessment
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
auditmanager:CreateAssessmentauditmanager:TagResourceauditmanager:ListTagsForResourceauditmanager:BatchCreateDelegationByAssessmentiam:PassRoleauditmanager:GetAssessmentauditmanager:UpdateAssessmentauditmanager:UpdateAssessmentStatusauditmanager:BatchCreateDelegationByAssessmentauditmanager:BatchDeleteDelegationByAssessmentauditmanager:DeleteAssessmentauditmanager:UntagResourceauditmanager:ListAssessmentsauditmanager:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssessmentIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FrameworkIdAwsAccount