ReportPlanReportSetting class

Constructors

ReportPlanReportSetting({Input<List<String>?>? accounts, Input<List<String>?>? frameworkArns, Input<int?>? numberOfFrameworks, Input<List<String>?>? organizationUnits, Input<List<String>?>? regions, required Input<String> reportTemplate})
Creates a new ReportPlanReportSetting. accounts List of accounts a report covers. frameworkArns ARNs of the frameworks a report covers. numberOfFrameworks Number of frameworks a report covers. organizationUnits List of Organizational Units a report covers. regions List of regions a report covers. reportTemplate 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.
const
ReportPlanReportSetting.fromMap(Map<String, dynamic> map)
factory

Properties

accounts → Input<List<String>?>?
List of accounts a report covers.
final
frameworkArns → Input<List<String>?>?
ARNs of the frameworks a report covers.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfFrameworks → Input<int?>?
Number of frameworks a report covers.
final
organizationUnits → Input<List<String>?>?
List of Organizational Units a report covers.
final
regions → Input<List<String>?>?
List of regions a report covers.
final
reportTemplate → Input<String>
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited