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

ExportBackupPlanTemplateOutput

import type { ExportBackupPlanTemplateOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface ExportBackupPlanTemplateOutput {
BackupPlanTemplateJson?: string | null;
}

§Properties

§
BackupPlanTemplateJson?: string | null
[src]

The body of a backup plan template in JSON format.

Note: This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.