Interface CfnAssessmentPropsMixin.AssessmentReportsDestinationProperty

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

@Stability(Stable) public static interface CfnAssessmentPropsMixin.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.cfnpropertymixins.services.auditmanager.*;
 AssessmentReportsDestinationProperty assessmentReportsDestinationProperty = AssessmentReportsDestinationProperty.builder()
         .destination("destination")
         .destinationType("destinationType")
         .build();
 

See Also: