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

******************************************
list_core_network_prefix_list_associations
******************************************



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

  

  Lists the prefix list associations for a core network.

  

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


  **Request Syntax**
  ::

    response = client.list_core_network_prefix_list_associations(
        CoreNetworkId='string',
        PrefixListArn='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type CoreNetworkId: string
  :param CoreNetworkId: **[REQUIRED]** 

    The ID of the core network to list prefix list associations for.

    

  
  :type PrefixListArn: string
  :param PrefixListArn: 

    The ARN of a specific prefix list to filter the associations.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return in a single page.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next page of results.

    

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

    
    ::

      {
          'PrefixListAssociations': [
              {
                  'CoreNetworkId': 'string',
                  'PrefixListArn': 'string',
                  'PrefixListAlias': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PrefixListAssociations** *(list) --* 

        The list of prefix list associations for the core network.

        
        

        - *(dict) --* 

          Information about a prefix list association with a core network.

          
          

          - **CoreNetworkId** *(string) --* 

            The core network id in the association.

            
          

          - **PrefixListArn** *(string) --* 

            The ARN of the prefix list in the association.

            
          

          - **PrefixListAlias** *(string) --* 

            The alias of the prefix list in the association.

            
      
    
      

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

        The token for the next page of results.

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

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

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

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

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

  