:doc:`NetworkManager <../../networkmanager>` / Client / get_transit_gateway_connect_peer_associations

*********************************************
get_transit_gateway_connect_peer_associations
*********************************************



.. py:method:: NetworkManager.Client.get_transit_gateway_connect_peer_associations(**kwargs)

  

  Gets information about one or more of your transit gateway Connect peer associations in a global network.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetTransitGatewayConnectPeerAssociations>`_  


  **Request Syntax**
  ::

    response = client.get_transit_gateway_connect_peer_associations(
        GlobalNetworkId='string',
        TransitGatewayConnectPeerArns=[
            'string',
        ],
        MaxResults=123,
        NextToken='string'
    )
    
  :type GlobalNetworkId: string
  :param GlobalNetworkId: **[REQUIRED]** 

    The ID of the global network.

    

  
  :type TransitGatewayConnectPeerArns: list
  :param TransitGatewayConnectPeerArns: 

    One or more transit gateway Connect peer Amazon Resource Names (ARNs).

    

  
    - *(string) --* 

    

  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next page of results.

    

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

    
    ::

      {
          'TransitGatewayConnectPeerAssociations': [
              {
                  'TransitGatewayConnectPeerArn': 'string',
                  'GlobalNetworkId': 'string',
                  'DeviceId': 'string',
                  'LinkId': 'string',
                  'State': 'PENDING'|'AVAILABLE'|'DELETING'|'DELETED'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **TransitGatewayConnectPeerAssociations** *(list) --* 

        Information about the transit gateway Connect peer associations.

        
        

        - *(dict) --* 

          Describes a transit gateway Connect peer association.

          
          

          - **TransitGatewayConnectPeerArn** *(string) --* 

            The Amazon Resource Name (ARN) of the transit gateway Connect peer.

            
          

          - **GlobalNetworkId** *(string) --* 

            The ID of the global network.

            
          

          - **DeviceId** *(string) --* 

            The ID of the device.

            
          

          - **LinkId** *(string) --* 

            The ID of the link.

            
          

          - **State** *(string) --* 

            The state of the association.

            
      
    
      

      - **NextToken** *(string) --* 

        The token to use for the next page of results.

        
  
  **Exceptions**
  
  *   :py:class:`NetworkManager.Client.exceptions.ValidationException`

  
  *   :py:class:`NetworkManager.Client.exceptions.AccessDeniedException`

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

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

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

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

  