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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAssessment.AssessmentReportsDestinationProperty
static final class
An 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. -
getDestinationType
The destination type, such as Amazon S3. -
builder
-