Backup / Client / export_backup_plan_template

export_backup_plan_template#

Backup.Client.export_backup_plan_template(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.export_backup_plan_template(
    BackupPlanId='string'
)
Parameters:

BackupPlanId (string) –

[REQUIRED]

Uniquely identifies a backup plan.

Return type:

dict

Returns:

Response Syntax

{
    'BackupPlanTemplateJson': 'string'
}

Response Structure

  • (dict) –

    • BackupPlanTemplateJson (string) –

      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.

Exceptions