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 |
Documentation
data ReportExportConfig Source #
Information about the location where the run of a report is exported.
See: newReportExportConfig
smart constructor.
ReportExportConfig' | |
|
Instances
newReportExportConfig :: ReportExportConfig Source #
Create a value of ReportExportConfig
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:exportConfigType:ReportExportConfig'
, reportExportConfig_exportConfigType
- The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.NO_EXPORT
: The report results are not exported.
$sel:s3Destination:ReportExportConfig'
, reportExportConfig_s3Destination
- A S3ReportExportConfig
object that contains information about the S3
bucket where the run of a report is exported.
reportExportConfig_exportConfigType :: Lens' ReportExportConfig (Maybe ReportExportConfigType) Source #
The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.NO_EXPORT
: The report results are not exported.
reportExportConfig_s3Destination :: Lens' ReportExportConfig (Maybe S3ReportExportConfig) Source #
A S3ReportExportConfig
object that contains information about the S3
bucket where the run of a report is exported.