| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Backup.Types.ReportDestination
Description
Documentation
data ReportDestination Source #
Contains information from your report job about your report destination.
See: newReportDestination smart constructor.
Constructors
| ReportDestination' | |
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:s3BucketName:ReportDestination', reportDestination_s3BucketName - The unique name of the Amazon S3 bucket that receives your reports.
$sel:s3Keys:ReportDestination', reportDestination_s3Keys - 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.
reportDestination_s3Keys :: Lens' ReportDestination (Maybe [Text]) Source #
The object key that uniquely identifies your reports in your S3 bucket.