| Package | Description |
|---|---|
| software.amazon.awscdk.services.auditmanager |
AWS::AuditManager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAssessment.Builder |
CfnAssessment.Builder.assessmentReportsDestination(CfnAssessment.AssessmentReportsDestinationProperty assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.assessmentReportsDestination(IResolvable assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.awsAccount(CfnAssessment.AWSAccountProperty awsAccount)
The AWS account that's associated with the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.awsAccount(IResolvable awsAccount)
The AWS account that's associated with the assessment.
|
static CfnAssessment.Builder |
CfnAssessment.Builder.create(software.constructs.Construct scope,
String id) |
CfnAssessment.Builder |
CfnAssessment.Builder.description(String description)
The description of the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.frameworkId(String frameworkId)
The unique identifier for the framework.
|
CfnAssessment.Builder |
CfnAssessment.Builder.name(String name)
The name of the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.roles(IResolvable roles)
The roles that are associated with the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.roles(List<? extends Object> roles)
The roles that are associated with the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.scope(CfnAssessment.ScopeProperty scope)
The wrapper of AWS accounts and services that are in scope for the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.scope(IResolvable scope)
The wrapper of AWS accounts and services that are in scope for the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.status(String status)
The overall status of the assessment.
|
CfnAssessment.Builder |
CfnAssessment.Builder.tags(List<? extends CfnTag> tags)
The tags that are associated with the assessment.
|
Copyright © 2022. All rights reserved.