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

**************************
batch_get_flow_association
**************************



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

  

  Retrieve the flow associations for the given resources.

  

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


  **Request Syntax**
  ::

    response = client.batch_get_flow_association(
        InstanceId='string',
        ResourceIds=[
            'string',
        ],
        ResourceType='WHATSAPP_MESSAGING_PHONE_NUMBER'|'VOICE_PHONE_NUMBER'|'INBOUND_EMAIL'|'OUTBOUND_EMAIL'|'ANALYTICS_CONNECTOR'
    )
    
  :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 ResourceIds: list
  :param ResourceIds: **[REQUIRED]** 

    A list of resource identifiers to retrieve flow associations.

     

    
    * Amazon Web Services End User Messaging SMS phone number ARN when using ``SMS_PHONE_NUMBER``
     
    * Amazon Web Services End User Messaging Social phone number ARN when using ``WHATSAPP_MESSAGING_PHONE_NUMBER``
    

    

  
    - *(string) --* 

    

  :type ResourceType: string
  :param ResourceType: 

    The type of resource association.

    

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

    
    ::

      {
          'FlowAssociationSummaryList': [
              {
                  'ResourceId': 'string',
                  'FlowId': 'string',
                  'ResourceType': 'WHATSAPP_MESSAGING_PHONE_NUMBER'|'VOICE_PHONE_NUMBER'|'INBOUND_EMAIL'|'OUTBOUND_EMAIL'|'ANALYTICS_CONNECTOR'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **FlowAssociationSummaryList** *(list) --* 

        Information about flow associations.

        
        

        - *(dict) --* 

          Information about flow associations.

          
          

          - **ResourceId** *(string) --* 

            The identifier of the resource.

            
          

          - **FlowId** *(string) --* 

            The identifier of the flow.

            
          

          - **ResourceType** *(string) --* 

            The type of resource association.

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

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

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

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

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

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

  