:doc:`Backup <../../backup>` / Client / export_backup_plan_template

***************************
export_backup_plan_template
***************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ExportBackupPlanTemplate>`_  


  **Request Syntax**
  ::

    response = client.export_backup_plan_template(
        BackupPlanId='string'
    )
    
  :type BackupPlanId: string
  :param BackupPlanId: **[REQUIRED]** 

    Uniquely identifies a backup plan.

    

  
  
  :rtype: 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**
  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Backup.Client.exceptions.ResourceNotFoundException`

  