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

*********************************
describe_trust_store_associations
*********************************



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

  

  Describes all resources associated with the specified trust store.

  

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


  **Request Syntax**
  ::

    response = client.describe_trust_store_associations(
        TrustStoreArn='string',
        Marker='string',
        PageSize=123
    )
    
  :type TrustStoreArn: string
  :param TrustStoreArn: **[REQUIRED]** 

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

    

  
  :type Marker: string
  :param Marker: 

    The marker for the next set of results. (You received this marker from a previous call.)

    

  
  :type PageSize: integer
  :param PageSize: 

    The maximum number of results to return with this call.

    

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

    
    ::

      {
          'TrustStoreAssociations': [
              {
                  'ResourceArn': 'string'
              },
          ],
          'NextMarker': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **TrustStoreAssociations** *(list) --* 

        Information about the resources the trust store is associated to.

        
        

        - *(dict) --* 

          Information about the resources a trust store is associated with.

          
          

          - **ResourceArn** *(string) --* 

            The Amazon Resource Name (ARN) of the resource.

            
      
    
      

      - **NextMarker** *(string) --* 

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

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

  