:doc:`AppIntegrationsService <../../appintegrations>` / Client / list_event_integration_associations

***********************************
list_event_integration_associations
***********************************



.. py:method:: AppIntegrationsService.Client.list_event_integration_associations(**kwargs)

  

  Returns a paginated list of event integration associations in the account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ListEventIntegrationAssociations>`_  


  **Request Syntax**
  ::

    response = client.list_event_integration_associations(
        EventIntegrationName='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type EventIntegrationName: string
  :param EventIntegrationName: **[REQUIRED]** 

    The name of the event integration.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return per page.

    

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

    
    ::

      {
          'EventIntegrationAssociations': [
              {
                  'EventIntegrationAssociationArn': 'string',
                  'EventIntegrationAssociationId': 'string',
                  'EventIntegrationName': 'string',
                  'ClientId': 'string',
                  'EventBridgeRuleName': 'string',
                  'ClientAssociationMetadata': {
                      'string': 'string'
                  }
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **EventIntegrationAssociations** *(list) --* 

        The event integration associations.

        
        

        - *(dict) --* 

          The event integration association.

          
          

          - **EventIntegrationAssociationArn** *(string) --* 

            The Amazon Resource Name (ARN) for the event integration association.

            
          

          - **EventIntegrationAssociationId** *(string) --* 

            The identifier for the event integration association.

            
          

          - **EventIntegrationName** *(string) --* 

            The name of the event integration.

            
          

          - **ClientId** *(string) --* 

            The identifier for the client that is associated with the event integration.

            
          

          - **EventBridgeRuleName** *(string) --* 

            The name of the EventBridge rule.

            
          

          - **ClientAssociationMetadata** *(dict) --* 

            The metadata associated with the client.

            
            

            - *(string) --* 
              

              - *(string) --* 
        
      
      
    
      

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

        If there are additional results, this is the token for the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`AppIntegrationsService.Client.exceptions.InternalServiceError`

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

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

  
  *   :py:class:`AppIntegrationsService.Client.exceptions.InvalidRequestException`

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

  