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 ReportSetting Source #
Contains detailed information about a report setting.
See: newReportSetting
smart constructor.
ReportSetting' | |
|
Instances
Create a value of ReportSetting
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:frameworkArns:ReportSetting'
, reportSetting_frameworkArns
- The Amazon Resource Names (ARNs) of the frameworks a report covers.
$sel:numberOfFrameworks:ReportSetting'
, reportSetting_numberOfFrameworks
- The number of frameworks a report covers.
$sel:reportTemplate:ReportSetting'
, reportSetting_reportTemplate
- Identifies the report template for the report. Reports are built using a
report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
reportSetting_frameworkArns :: Lens' ReportSetting (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) of the frameworks a report covers.
reportSetting_numberOfFrameworks :: Lens' ReportSetting (Maybe Int) Source #
The number of frameworks a report covers.
reportSetting_reportTemplate :: Lens' ReportSetting Text Source #
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT