AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AuditManager::Assessment

CfnAssessment

The `AWS::AuditManager::Assessment` resource is an Audit Manager resource type that defines the scope of audit evidence collected by Audit Manager . An Audit Manager assessment is an implementation of an Audit Manager framework.

Import

import { CfnAssessment } from 'aws-cdk-lib/aws-auditmanager';

Or use the module namespace:

import * as auditmanager from 'aws-cdk-lib/aws-auditmanager';
// auditmanager.CfnAssessment

Properties

Configuration passed to the constructor as CfnAssessmentProps.

assessmentReportsDestinationOptional
IResolvable | AssessmentReportsDestinationProperty

The destination that evidence reports are stored in for the assessment.

awsAccountOptional
IResolvable | AWSAccountProperty

The AWS account that's associated with the assessment.

delegationsOptional
IResolvable | IResolvable | DelegationProperty[]

The delegations that are associated with the assessment.

descriptionOptional
string

The description of the assessment.

frameworkIdOptional
string

The unique identifier for the framework.

nameOptional
string

The name of the assessment.

rolesOptional
IResolvable | IResolvable | RoleProperty[]

The roles that are associated with the assessment.

scopeOptional
IResolvable | ScopeProperty

The wrapper of AWS accounts and services that are in scope for the assessment.

statusOptional
string

The overall status of the assessment. When you create a new assessment, the initial `Status` value is always `ACTIVE` . When you create an assessment, even if you specify the value as `INACTIVE` , the value overrides to `ACTIVE` . After you create an assessment, you can change the value of the `Status` property at any time. For example, when you want to stop collecting evidence for your assessment, you can change the assessment status to `INACTIVE` .

tagsOptional
CfnTag[]

The tags that are associated with the assessment.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-auditmanager
CFN TypeAWS::AuditManager::Assessment
Properties10

External Links