Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReportSetting

import type { ReportSetting } from "https://aws-api.deno.dev/v0.3/services/backup.ts?docs=full";

Contains detailed information about a report setting.

interface ReportSetting {
FrameworkArns?: string[] | null;
NumberOfFrameworks?: number | null;
ReportTemplate: string;
}

§Properties

§
FrameworkArns?: string[] | null
[src]

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

§
NumberOfFrameworks?: number | null
[src]

The number of frameworks a report covers.

§
ReportTemplate: string
[src]

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