Learn R Programming

paws.storage (version 0.1.12)

backup_export_backup_plan_template: Returns the backup plan that is specified by the plan ID as a backup template

Description

Returns the backup plan that is specified by the plan ID as a backup template.

Usage

backup_export_backup_plan_template(BackupPlanId)

Value

A list with the following syntax:

list(
  BackupPlanTemplateJson = "string"
)

Arguments

BackupPlanId

[required] Uniquely identifies a backup plan.

Request syntax

svc$export_backup_plan_template(
  BackupPlanId = "string"
)