Interface CfnAssessment.AssessmentReportsDestinationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssessment.AssessmentReportsDestinationProperty.Jsii$Proxy
Enclosing class:
CfnAssessment

@Stability(Stable) public static interface CfnAssessment.AssessmentReportsDestinationProperty extends software.amazon.jsii.JsiiSerializable
The AssessmentReportsDestination property type specifies the location in which AWS Audit Manager saves assessment reports for the given assessment.

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.*;
 AssessmentReportsDestinationProperty assessmentReportsDestinationProperty = AssessmentReportsDestinationProperty.builder()
         .destination("destination")
         .destinationType("destinationType")
         .build();
 

See Also: