Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

export_backup_plan_template

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

  • Backup.Client.exceptions.InvalidParameterValueException
  • Backup.Client.exceptions.MissingParameterValueException
  • Backup.Client.exceptions.ServiceUnavailableException
  • Backup.Client.exceptions.ResourceNotFoundException