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

AwsBackupBackupPlanAdvancedBackupSettingsDetails

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

Provides a list of backup options for each resource type.

interface AwsBackupBackupPlanAdvancedBackupSettingsDetails {
BackupOptions?: {
[key: string]: string | null | undefined;
}
| null;
ResourceType?: string | null;
}

§Properties

§
BackupOptions?: {
[key: string]: string | null | undefined;
}
| null
[src]

Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values are as follows:

  • Set to WindowsVSS: enabled to enable the WindowsVSS backup option and create a Windows VSS backup.
  • Set to WindowsVSS: disabled to create a regular backup. The WindowsVSS option is not enabled by default.
§
ResourceType?: string | null
[src]

The name of a resource type. The only supported resource type is Amazon EC2 instances with Windows VSS.

The only valid value is EC2.