Values.ReportSettingSourceContains detailed information about a report setting.
type nonrec t = {reportTemplate : string;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 | SCAN_JOB_REPORT
*)frameworkArns : StringList.t option;The Amazon Resource Names (ARNs) of the frameworks a report covers.
*)numberOfFrameworks : Integer.t option;The number of frameworks a report covers.
*)accounts : StringList.t option;These are the accounts to be included in the report. Use string value of ROOT to include all organizational units.
*)organizationUnits : StringList.t option;These are the Organizational Units to be included in the report.
*)regions : StringList.t option;These are the Regions to be included in the report. Use the wildcard as the string value to include all Regions.
*)}