:doc:`Connect <../../connect>` / Client / list_integration_associations

*****************************
list_integration_associations
*****************************



.. py:method:: Connect.Client.list_integration_associations(**kwargs)

  

  Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListIntegrationAssociations>`_  


  **Request Syntax**
  ::

    response = client.list_integration_associations(
        InstanceId='string',
        IntegrationType='EVENT'|'VOICE_ID'|'PINPOINT_APP'|'WISDOM_ASSISTANT'|'WISDOM_KNOWLEDGE_BASE'|'WISDOM_QUICK_RESPONSES'|'Q_MESSAGE_TEMPLATES'|'CASES_DOMAIN'|'APPLICATION'|'FILE_SCANNER'|'SES_IDENTITY'|'ANALYTICS_CONNECTOR'|'CALL_TRANSFER_CONNECTOR'|'COGNITO_USER_POOL'|'MESSAGE_PROCESSOR',
        NextToken='string',
        MaxResults=123,
        IntegrationArn='string'
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

  
  :type IntegrationType: string
  :param IntegrationType: 

    The integration type.

    

  
  :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.

    

  
  :type IntegrationArn: string
  :param IntegrationArn: 

    The Amazon Resource Name (ARN) of the integration.

    

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

    
    ::

      {
          'IntegrationAssociationSummaryList': [
              {
                  'IntegrationAssociationId': 'string',
                  'IntegrationAssociationArn': 'string',
                  'InstanceId': 'string',
                  'IntegrationType': 'EVENT'|'VOICE_ID'|'PINPOINT_APP'|'WISDOM_ASSISTANT'|'WISDOM_KNOWLEDGE_BASE'|'WISDOM_QUICK_RESPONSES'|'Q_MESSAGE_TEMPLATES'|'CASES_DOMAIN'|'APPLICATION'|'FILE_SCANNER'|'SES_IDENTITY'|'ANALYTICS_CONNECTOR'|'CALL_TRANSFER_CONNECTOR'|'COGNITO_USER_POOL'|'MESSAGE_PROCESSOR',
                  'IntegrationArn': 'string',
                  'SourceApplicationUrl': 'string',
                  'SourceApplicationName': 'string',
                  'SourceType': 'SALESFORCE'|'ZENDESK'|'CASES'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **IntegrationAssociationSummaryList** *(list) --* 

        The associations.

        
        

        - *(dict) --* 

          Contains summary information about the associated AppIntegrations.

          
          

          - **IntegrationAssociationId** *(string) --* 

            The identifier for the AppIntegration association.

            
          

          - **IntegrationAssociationArn** *(string) --* 

            The Amazon Resource Name (ARN) for the AppIntegration association.

            
          

          - **InstanceId** *(string) --* 

            The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

            
          

          - **IntegrationType** *(string) --* 

            The integration type.

            
          

          - **IntegrationArn** *(string) --* 

            The Amazon Resource Name (ARN) for the AppIntegration.

            
          

          - **SourceApplicationUrl** *(string) --* 

            The URL for the external application.

            
          

          - **SourceApplicationName** *(string) --* 

            The user-provided, friendly name for the external application.

            
          

          - **SourceType** *(string) --* 

            The name of the source.

            
      
    
      

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

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

        
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

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

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

  