| 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.ReportDeliveryChannel
Description
Synopsis
- data ReportDeliveryChannel = ReportDeliveryChannel' {
- formats :: Maybe [Text]
- s3KeyPrefix :: Maybe Text
- s3BucketName :: Text
- newReportDeliveryChannel :: Text -> ReportDeliveryChannel
- reportDeliveryChannel_formats :: Lens' ReportDeliveryChannel (Maybe [Text])
- reportDeliveryChannel_s3KeyPrefix :: Lens' ReportDeliveryChannel (Maybe Text)
- reportDeliveryChannel_s3BucketName :: Lens' ReportDeliveryChannel Text
Documentation
data ReportDeliveryChannel Source #
Contains information from your report plan about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
See: newReportDeliveryChannel smart constructor.
Constructors
| ReportDeliveryChannel' | |
Fields
| |
Instances
newReportDeliveryChannel Source #
Create a value of ReportDeliveryChannel 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:formats:ReportDeliveryChannel', reportDeliveryChannel_formats - A list of the format of your reports: CSV, JSON, or both. If not
specified, the default format is CSV.
$sel:s3KeyPrefix:ReportDeliveryChannel', reportDeliveryChannel_s3KeyPrefix - The prefix for where Backup Audit Manager delivers your reports to
Amazon S3. The prefix is this part of the following path:
s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name.
If not specified, there is no prefix.
$sel:s3BucketName:ReportDeliveryChannel', reportDeliveryChannel_s3BucketName - The unique name of the S3 bucket that receives your reports.
reportDeliveryChannel_formats :: Lens' ReportDeliveryChannel (Maybe [Text]) Source #
A list of the format of your reports: CSV, JSON, or both. If not
specified, the default format is CSV.
reportDeliveryChannel_s3KeyPrefix :: Lens' ReportDeliveryChannel (Maybe Text) Source #
The prefix for where Backup Audit Manager delivers your reports to
Amazon S3. The prefix is this part of the following path:
s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name.
If not specified, there is no prefix.
reportDeliveryChannel_s3BucketName :: Lens' ReportDeliveryChannel Text Source #
The unique name of the S3 bucket that receives your reports.