:doc:`ElasticLoadBalancingv2 <../../elbv2>` / Client / get_trust_store_ca_certificates_bundle

**************************************
get_trust_store_ca_certificates_bundle
**************************************



.. py:method:: ElasticLoadBalancingv2.Client.get_trust_store_ca_certificates_bundle(**kwargs)

  

  Retrieves the ca certificate bundle.

   

  This action returns a pre-signed S3 URI which is active for ten minutes.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/GetTrustStoreCaCertificatesBundle>`_  


  **Request Syntax**
  ::

    response = client.get_trust_store_ca_certificates_bundle(
        TrustStoreArn='string'
    )
    
  :type TrustStoreArn: string
  :param TrustStoreArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the trust store.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **Location** *(string) --* 

        The ca certificate bundles Amazon S3 URI.

        
  
  **Exceptions**
  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.TrustStoreNotFoundException`

  