:doc:`RTBFabric <../../rtbfabric>` / Client / get_outbound_external_link

**************************
get_outbound_external_link
**************************



.. py:method:: RTBFabric.Client.get_outbound_external_link(**kwargs)

  

  Retrieves information about an outbound external link.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/rtbfabric-2023-05-15/GetOutboundExternalLink>`_  


  **Request Syntax**
  ::

    response = client.get_outbound_external_link(
        gatewayId='string',
        linkId='string'
    )
    
  :type gatewayId: string
  :param gatewayId: **[REQUIRED]** 

    The unique identifier of the gateway.

    

  
  :type linkId: string
  :param linkId: **[REQUIRED]** 

    The unique identifier of the link.

    

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

    
    ::

      {
          'gatewayId': 'string',
          'linkId': 'string',
          'status': 'PENDING_CREATION'|'PENDING_REQUEST'|'REQUESTED'|'ACCEPTED'|'ACTIVE'|'REJECTED'|'FAILED'|'PENDING_DELETION'|'DELETED'|'PENDING_UPDATE'|'PENDING_ISOLATION'|'ISOLATED'|'PENDING_RESTORATION',
          'publicEndpoint': 'string',
          'createdAt': datetime(2015, 1, 1),
          'updatedAt': datetime(2015, 1, 1),
          'tags': {
              'string': 'string'
          },
          'logSettings': {
              'applicationLogs': {
                  'sampling': {
                      'errorLog': 123.0,
                      'filterLog': 123.0
                  }
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **gatewayId** *(string) --* 

        The unique identifier of the gateway.

        
      

      - **linkId** *(string) --* 

        The unique identifier of the link.

        
      

      - **status** *(string) --* 

        The status of the request.

        
      

      - **publicEndpoint** *(string) --* 

        The public endpoint for the link.

        
      

      - **createdAt** *(datetime) --* 

        The timestamp of when the outbound external link was created.

        
      

      - **updatedAt** *(datetime) --* 

        The timestamp of when the outbound external link was updated.

        
      

      - **tags** *(dict) --* 

        A map of the key-value pairs for the tag or tags assigned to the specified resource.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
      

      - **logSettings** *(dict) --* 

        Describes the settings for a link log.

        
        

        - **applicationLogs** *(dict) --* 

          Describes the configuration of a link application log.

          
          

          - **sampling** *(dict) --* 

            Describes a link application log sample.

            
            

            - **errorLog** *(float) --* 

              An error log entry.

              
            

            - **filterLog** *(float) --* 

              A filter log entry.

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

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

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

  
  *   :py:class:`RTBFabric.Client.exceptions.InternalServerException`

  
  *   :py:class:`RTBFabric.Client.exceptions.ValidationException`

  