AWS Fundamentals Logo
AWS Fundamentals
AWS::AuditManager::Assessment

AuditManager Assessment

An entity that defines the scope of audit evidence collected by AWS Audit Manager.

Properties

10 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
AssessmentIdstring-
CreationTimenumber-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

auditmanager:CreateAssessmentauditmanager:TagResourceauditmanager:ListTagsForResourceauditmanager:BatchCreateDelegationByAssessmentiam:PassRole

read

auditmanager:GetAssessment

update

auditmanager:UpdateAssessmentauditmanager:UpdateAssessmentStatusauditmanager:BatchCreateDelegationByAssessmentauditmanager:BatchDeleteDelegationByAssessment

delete

auditmanager:DeleteAssessmentauditmanager:UntagResource

list

auditmanager:ListAssessmentsauditmanager:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAuditManager
Properties13
Required0
TaggingSupported
Primary IDAssessmentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FrameworkIdAwsAccount

External Links