Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.auditmanager.CfnAssessmentPropsMixin.Builder
Packages that use CfnAssessmentPropsMixin.Builder
-
Uses of CfnAssessmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.auditmanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.auditmanager that return CfnAssessmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAssessmentPropsMixin.Builder.assessmentReportsDestination(CfnAssessmentPropsMixin.AssessmentReportsDestinationProperty assessmentReportsDestination) The destination that evidence reports are stored in for the assessment.CfnAssessmentPropsMixin.Builder.assessmentReportsDestination(IResolvable assessmentReportsDestination) The destination that evidence reports are stored in for the assessment.CfnAssessmentPropsMixin.Builder.awsAccount(CfnAssessmentPropsMixin.AWSAccountProperty awsAccount) The AWS account that's associated with the assessment.CfnAssessmentPropsMixin.Builder.awsAccount(IResolvable awsAccount) The AWS account that's associated with the assessment.CfnAssessmentPropsMixin.Builder.create()CfnAssessmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAssessmentPropsMixin.Builder.delegations(List<? extends Object> delegations) The delegations that are associated with the assessment.CfnAssessmentPropsMixin.Builder.delegations(IResolvable delegations) The delegations that are associated with the assessment.CfnAssessmentPropsMixin.Builder.description(String description) The description of the assessment.CfnAssessmentPropsMixin.Builder.frameworkId(String frameworkId) The unique identifier for the framework.The name of the assessment.The roles that are associated with the assessment.CfnAssessmentPropsMixin.Builder.roles(IResolvable roles) The roles that are associated with the assessment.CfnAssessmentPropsMixin.Builder.scope(CfnAssessmentPropsMixin.ScopeProperty scope) The wrapper of AWS accounts and services that are in scope for the assessment.CfnAssessmentPropsMixin.Builder.scope(IResolvable scope) The wrapper of AWS accounts and services that are in scope for the assessment.The overall status of the assessment.The tags that are associated with the assessment.