AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains detailed information about a report setting.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.ReportSetting

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class ReportSetting

The ReportSetting type exposes the following members

Constructors

NameDescription
Public Method ReportSetting()

Properties

NameTypeDescription
Public Property Accounts System.Collections.Generic.List<System.String>

Gets and sets the property Accounts.

These are the accounts to be included in the report.

Public Property FrameworkArns System.Collections.Generic.List<System.String>

Gets and sets the property FrameworkArns.

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

Public Property NumberOfFrameworks System.Int32

Gets and sets the property NumberOfFrameworks.

The number of frameworks a report covers.

Public Property OrganizationUnits System.Collections.Generic.List<System.String>

Gets and sets the property OrganizationUnits.

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

Public Property Regions System.Collections.Generic.List<System.String>

Gets and sets the property Regions.

These are the Regions to be included in the report.

Public Property ReportTemplate System.String

Gets and sets the property 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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5