AWS::Backup::ReportPlan ReportSetting - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Backup::ReportPlan ReportSetting

Contains detailed information about a report setting.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Accounts" : [ String, ... ], "FrameworkArns" : [ String, ... ], "OrganizationUnits" : [ String, ... ], "Regions" : [ String, ... ], "ReportTemplate" : String }

YAML

Accounts: - String FrameworkArns: - String OrganizationUnits: - String Regions: - String ReportTemplate: String

Properties

Accounts

These are the accounts to be included in the report.

Use string value of ROOT to include all organizational units.

Required: No

Type: Array of String

Update requires: No interruption

FrameworkArns

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

Required: No

Type: Array of String

Update requires: No interruption

OrganizationUnits

These are the Organizational Units to be included in the report.

Required: No

Type: Array of String

Update requires: No interruption

Regions

These are the Regions to be included in the report.

Use the wildcard as the string value to include all Regions.

Required: No

Type: Array of String

Update requires: No interruption

ReportTemplate

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

Required: Yes

Type: String

Update requires: No interruption