@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.702Z") @Stability(value=Stable) public interface CfnAssessmentProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.auditmanager.*;
CfnAssessmentProps cfnAssessmentProps = CfnAssessmentProps.builder()
.assessmentReportsDestination(AssessmentReportsDestinationProperty.builder()
.destination("destination")
.destinationType("destinationType")
.build())
.awsAccount(AWSAccountProperty.builder()
.emailAddress("emailAddress")
.id("id")
.name("name")
.build())
.description("description")
.frameworkId("frameworkId")
.name("name")
.roles(List.of(RoleProperty.builder()
.roleArn("roleArn")
.roleType("roleType")
.build()))
.scope(ScopeProperty.builder()
.awsAccounts(List.of(AWSAccountProperty.builder()
.emailAddress("emailAddress")
.id("id")
.name("name")
.build()))
.awsServices(List.of(AWSServiceProperty.builder()
.serviceName("serviceName")
.build()))
.build())
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessmentProps.Builder
A builder for
CfnAssessmentProps |
static class |
CfnAssessmentProps.Jsii$Proxy
An implementation for
CfnAssessmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessmentProps.Builder |
builder() |
default Object |
getAssessmentReportsDestination()
The destination that evidence reports are stored in for the assessment.
|
default Object |
getAwsAccount()
The AWS account that's associated with the assessment.
|
default String |
getDescription()
The description of the assessment.
|
default String |
getFrameworkId()
The unique identifier for the framework.
|
default String |
getName()
The name of the assessment.
|
default Object |
getRoles()
The roles that are associated with the assessment.
|
default Object |
getScope()
The wrapper of AWS accounts and services that are in scope for the assessment.
|
default String |
getStatus()
The overall status of the assessment.
|
default List<CfnTag> |
getTags()
The tags that are associated with the assessment.
|
@Stability(value=Stable) @Nullable default Object getAssessmentReportsDestination()
@Stability(value=Stable) @Nullable default Object getAwsAccount()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getFrameworkId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getRoles()
@Stability(value=Stable) @Nullable default Object getScope()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnAssessmentProps.Builder builder()
CfnAssessmentProps.Builder of CfnAssessmentPropsCopyright © 2022. All rights reserved.