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

AwsBackupBackupPlanBackupPlanDetails

import type { AwsBackupBackupPlanBackupPlanDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about an Backup backup plan and an array of BackupRule objects, each of which specifies a backup rule.

interface AwsBackupBackupPlanBackupPlanDetails {
AdvancedBackupSettings?: AwsBackupBackupPlanAdvancedBackupSettingsDetails[] | null;
BackupPlanName?: string | null;
BackupPlanRule?: AwsBackupBackupPlanRuleDetails[] | null;
}

§Properties

§

A list of backup options for each resource type.

§
BackupPlanName?: string | null
[src]

The display name of a backup plan.

§
BackupPlanRule?: AwsBackupBackupPlanRuleDetails[] | null
[src]

An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.