ReportPlanReportSettingArgs

data class ReportPlanReportSettingArgs(val frameworkArns: Output<List<String>>? = null, val numberOfFrameworks: Output<Int>? = null, val reportTemplate: Output<String>) : ConvertibleToJava<ReportPlanReportSettingArgs>

Constructors

Link copied to clipboard
fun ReportPlanReportSettingArgs(frameworkArns: Output<List<String>>? = null, numberOfFrameworks: Output<Int>? = null, reportTemplate: Output<String>)

Functions

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

Properties

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

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

Link copied to clipboard
val numberOfFrameworks: Output<Int>? = null

Specifies the number of frameworks 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: RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT.