ReportSettingProperties

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

Identifies the report template for the report. Reports are built using a report template.

Constructors

Link copied to clipboard
constructor(accounts: List<String>? = null, frameworkArns: List<String>? = 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

The list of AWS accounts that a report covers.

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

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

Link copied to clipboard

The list of AWS organization units that a report covers.

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

The list of AWS regions that 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: BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT