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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssessment.AssessmentReportsDestinationPropertystatic final classAn implementation forCfnAssessment.AssessmentReportsDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
The destination bucket where Audit Manager stores assessment reports.- See Also:
-
getDestinationType
The destination type, such as Amazon S3.- See Also:
-
builder
-