@Stability(value=Stable) public static final class CfnAssessment.Builder extends Object implements software.amazon.jsii.Builder<CfnAssessment>
CfnAssessment.| Modifier and Type | Method and Description |
|---|---|
CfnAssessment.Builder |
assessmentReportsDestination(CfnAssessment.AssessmentReportsDestinationProperty assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
CfnAssessment.Builder |
assessmentReportsDestination(IResolvable assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
CfnAssessment.Builder |
awsAccount(CfnAssessment.AWSAccountProperty awsAccount)
The AWS account that's associated with the assessment.
|
CfnAssessment.Builder |
awsAccount(IResolvable awsAccount)
The AWS account that's associated with the assessment.
|
CfnAssessment |
build() |
static CfnAssessment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAssessment.Builder |
description(String description)
The description of the assessment.
|
CfnAssessment.Builder |
frameworkId(String frameworkId)
The unique identifier for the framework.
|
CfnAssessment.Builder |
name(String name)
The name of the assessment.
|
CfnAssessment.Builder |
roles(IResolvable roles)
The roles that are associated with the assessment.
|
CfnAssessment.Builder |
roles(List<? extends Object> roles)
The roles that are associated with the assessment.
|
CfnAssessment.Builder |
scope(CfnAssessment.ScopeProperty scope)
The wrapper of AWS accounts and services that are in scope for the assessment.
|
CfnAssessment.Builder |
scope(IResolvable scope)
The wrapper of AWS accounts and services that are in scope for the assessment.
|
CfnAssessment.Builder |
status(String status)
The overall status of the assessment.
|
CfnAssessment.Builder |
tags(List<? extends CfnTag> tags)
The tags that are associated with the assessment.
|
@Stability(value=Stable) public static CfnAssessment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAssessment.AWSAccountProperty.Builder.@Stability(value=Stable) public CfnAssessment.Builder assessmentReportsDestination(CfnAssessment.AssessmentReportsDestinationProperty assessmentReportsDestination)
assessmentReportsDestination - The destination that evidence reports are stored in for the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder assessmentReportsDestination(IResolvable assessmentReportsDestination)
assessmentReportsDestination - The destination that evidence reports are stored in for the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder awsAccount(CfnAssessment.AWSAccountProperty awsAccount)
awsAccount - The AWS account that's associated with the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder awsAccount(IResolvable awsAccount)
awsAccount - The AWS account that's associated with the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder description(String description)
description - The description of the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder frameworkId(String frameworkId)
frameworkId - The unique identifier for the framework. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder name(String name)
name - The name of the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder roles(IResolvable roles)
roles - The roles that are associated with the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder roles(List<? extends Object> roles)
roles - The roles that are associated with the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder scope(CfnAssessment.ScopeProperty scope)
scope - The wrapper of AWS accounts and services that are in scope for the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder scope(IResolvable scope)
scope - The wrapper of AWS accounts and services that are in scope for the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder status(String status)
status - The overall status of the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment.Builder tags(List<? extends CfnTag> tags)
tags - The tags that are associated with the assessment. This parameter is required.this@Stability(value=Stable) public CfnAssessment build()
build in interface software.amazon.jsii.Builder<CfnAssessment>Copyright © 2022. All rights reserved.