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 ReportDestination Source #
Contains information from your report job about your report destination.
See: newReportDestination
smart constructor.
Instances
newReportDestination :: ReportDestination Source #
Create a value of ReportDestination
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:s3Keys:ReportDestination'
, reportDestination_s3Keys
- The object key that uniquely identifies your reports in your S3 bucket.
$sel:s3BucketName:ReportDestination'
, reportDestination_s3BucketName
- The unique name of the Amazon S3 bucket that receives your reports.
reportDestination_s3Keys :: Lens' ReportDestination (Maybe [Text]) Source #
The object key that uniquely identifies your reports in your S3 bucket.
reportDestination_s3BucketName :: Lens' ReportDestination (Maybe Text) Source #
The unique name of the Amazon S3 bucket that receives your reports.