Report Plan Report Setting Args
data class ReportPlanReportSettingArgs(val accounts: Output<List<String>>? = null, val frameworkArns: Output<List<String>>? = null, val numberOfFrameworks: Output<Int>? = null, val organizationUnits: Output<List<String>>? = null, val regions: Output<List<String>>? = null, val reportTemplate: Output<String>) : ConvertibleToJava<ReportPlanReportSettingArgs>
Properties
Link copied to clipboard
Specifies the Amazon Resource Names (ARNs) of the frameworks a report covers.
Link copied to clipboard
Specifies the number of frameworks a report covers.
Link copied to clipboard
Specifies the list of Organizational Units a report covers.
Link copied to clipboard
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
.