:doc:`drs <../../drs>` / Client / export_source_network_cfn_template

**********************************
export_source_network_cfn_template
**********************************



.. py:method:: drs.Client.export_source_network_cfn_template(**kwargs)

  

  Export the Source Network CloudFormation template to an S3 bucket.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ExportSourceNetworkCfnTemplate>`_  


  **Request Syntax**
  ::

    response = client.export_source_network_cfn_template(
        sourceNetworkID='string'
    )
    
  :type sourceNetworkID: string
  :param sourceNetworkID: **[REQUIRED]** 

    The Source Network ID to export its CloudFormation template to an S3 bucket.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          's3DestinationUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **s3DestinationUrl** *(string) --* 

        S3 bucket URL where the Source Network CloudFormation template was exported to.

        
  
  **Exceptions**
  
  *   :py:class:`drs.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`drs.Client.exceptions.InternalServerException`

  
  *   :py:class:`drs.Client.exceptions.ConflictException`

  
  *   :py:class:`drs.Client.exceptions.ThrottlingException`

  
  *   :py:class:`drs.Client.exceptions.ValidationException`

  
  *   :py:class:`drs.Client.exceptions.UninitializedAccountException`

  