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

*********************
get_event_integration
*********************



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

  

  Returns information about the event integration.

  

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


  **Request Syntax**
  ::

    response = client.get_event_integration(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the event integration.

    

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

    
    ::

      {
          'Name': 'string',
          'Description': 'string',
          'EventIntegrationArn': 'string',
          'EventBridgeBus': 'string',
          'EventFilter': {
              'Source': 'string'
          },
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the event integration.

        
      

      - **Description** *(string) --* 

        The description of the event integration.

        
      

      - **EventIntegrationArn** *(string) --* 

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

        
      

      - **EventBridgeBus** *(string) --* 

        The EventBridge bus.

        
      

      - **EventFilter** *(dict) --* 

        The event filter.

        
        

        - **Source** *(string) --* 

          The source of the events.

          
    
      

      - **Tags** *(dict) --* 

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **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`

  