@Stability(value=Stable)
public static interface CfnAssessment.AssessmentReportsDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessment.AssessmentReportsDestinationProperty.Builder
A builder for
CfnAssessment.AssessmentReportsDestinationProperty |
static class |
CfnAssessment.AssessmentReportsDestinationProperty.Jsii$Proxy
An implementation for
CfnAssessment.AssessmentReportsDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessment.AssessmentReportsDestinationProperty.Builder |
builder() |
default String |
getDestination()
The destination of the assessment report.
|
default String |
getDestinationType()
The destination type, such as Amazon S3.
|
@Stability(value=Stable) @Nullable default String getDestination()
@Stability(value=Stable) @Nullable default String getDestinationType()
@Stability(value=Stable) static CfnAssessment.AssessmentReportsDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.