AWS::AuditManager::AssessmentThe `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 { CfnAssessment } from 'aws-cdk-lib/aws-auditmanager';Or use the module namespace:
import * as auditmanager from 'aws-cdk-lib/aws-auditmanager';
// auditmanager.CfnAssessmentConfiguration passed to the constructor as CfnAssessmentProps.
assessmentReportsDestinationOptionalIResolvable | AssessmentReportsDestinationPropertyThe destination that evidence reports are stored in for the assessment.
awsAccountOptionalIResolvable | AWSAccountPropertyThe AWS account that's associated with the assessment.
delegationsOptionalIResolvable | IResolvable | DelegationProperty[]The delegations that are associated with the assessment.
descriptionOptionalstringThe description of the assessment.
frameworkIdOptionalstringThe unique identifier for the framework.
nameOptionalstringThe name of the assessment.
rolesOptionalIResolvable | IResolvable | RoleProperty[]The roles that are associated with the assessment.
scopeOptionalIResolvable | ScopePropertyThe wrapper of AWS accounts and services that are in scope for the assessment.
statusOptionalstringThe 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` .
tagsOptionalCfnTag[]The tags that are associated with the assessment.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-auditmanagerAWS::AuditManager::Assessment