ReportSettingPropertiesArgs

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

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

Constructors

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

Properties

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

The list of AWS accounts that a report covers.

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

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

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

The list of AWS organization units that a report covers.

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

The list of AWS regions that a report covers.

Link copied to clipboard
val reportTemplate: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ReportSettingPropertiesArgs