ReportPlanReportSetting

data class ReportPlanReportSetting(val accounts: List<String>? = null, val frameworkArns: List<String>? = null, val numberOfFrameworks: Int? = null, val organizationUnits: List<String>? = null, val regions: List<String>? = null, val reportTemplate: String)

Constructors

Link copied to clipboard
constructor(accounts: List<String>? = null, frameworkArns: List<String>? = null, numberOfFrameworks: Int? = null, organizationUnits: List<String>? = null, regions: List<String>? = null, reportTemplate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accounts: List<String>? = null

Specifies the list of accounts a report covers.

Link copied to clipboard
val frameworkArns: List<String>? = null

Specifies the Amazon Resource Names (ARNs) of the frameworks a report covers.

Link copied to clipboard
val numberOfFrameworks: Int? = null

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
val regions: List<String>? = null

Specifies the list of regions 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.