:doc:`EventBridge <../../events>` / Client / describe_partner_event_source

*****************************
describe_partner_event_source
*****************************



.. py:method:: EventBridge.Client.describe_partner_event_source(**kwargs)

  

  An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use `DescribeEventSource <https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DescribeEventSource.html>`__ to see details about a partner event source that is shared with them.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/DescribePartnerEventSource>`_  


  **Request Syntax**
  ::

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

    The name of the event source to display.

    

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

    
    ::

      {
          'Arn': 'string',
          'Name': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The ARN of the event source.

        
      

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

        The name of the event source.

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

  
  *   :py:class:`EventBridge.Client.exceptions.InternalException`

  
  *   :py:class:`EventBridge.Client.exceptions.OperationDisabledException`

  