:doc:`MainframeModernization <../../m2>` / Client / get_signed_bluinsights_url

**************************
get_signed_bluinsights_url
**************************



.. py:method:: MainframeModernization.Client.get_signed_bluinsights_url()

  

  Gets a single sign-on URL that can be used to connect to AWS Blu Insights.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/GetSignedBluinsightsUrl>`_  


  **Request Syntax**

  ::

    response = client.get_signed_bluinsights_url()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'signedBiUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **signedBiUrl** *(string) --* 

        Single sign-on AWS Blu Insights URL.

        
  
  **Exceptions**
  
  *   :py:class:`MainframeModernization.Client.exceptions.ThrottlingException`

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

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

  