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 ReportDeliveryChannel = ReportDeliveryChannel' {
- s3KeyPrefix :: Maybe Text
- formats :: Maybe [Text]
- s3BucketName :: Text
- newReportDeliveryChannel :: Text -> ReportDeliveryChannel
- reportDeliveryChannel_s3KeyPrefix :: Lens' ReportDeliveryChannel (Maybe Text)
- reportDeliveryChannel_formats :: 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.
ReportDeliveryChannel' | |
|
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: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: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:s3BucketName:ReportDeliveryChannel'
, reportDeliveryChannel_s3BucketName
- The unique name of the S3 bucket that receives your reports.
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_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_s3BucketName :: Lens' ReportDeliveryChannel Text Source #
The unique name of the S3 bucket that receives your reports.