Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AssessmentReportsDestination = AssessmentReportsDestination' {}
- newAssessmentReportsDestination :: AssessmentReportsDestination
- assessmentReportsDestination_destination :: Lens' AssessmentReportsDestination (Maybe Text)
- assessmentReportsDestination_destinationType :: Lens' AssessmentReportsDestination (Maybe AssessmentReportDestinationType)
Documentation
data AssessmentReportsDestination Source #
The location in which Audit Manager saves assessment reports for the given assessment.
See: newAssessmentReportsDestination
smart constructor.
AssessmentReportsDestination' | |
|
Instances
newAssessmentReportsDestination :: AssessmentReportsDestination Source #
Create a value of AssessmentReportsDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destination:AssessmentReportsDestination'
, assessmentReportsDestination_destination
- The destination of the assessment report.
$sel:destinationType:AssessmentReportsDestination'
, assessmentReportsDestination_destinationType
- The destination type, such as Amazon S3.
assessmentReportsDestination_destination :: Lens' AssessmentReportsDestination (Maybe Text) Source #
The destination of the assessment report.
assessmentReportsDestination_destinationType :: Lens' AssessmentReportsDestination (Maybe AssessmentReportDestinationType) Source #
The destination type, such as Amazon S3.