:doc:`Lightsail <../../lightsail>` / Client / get_relational_database_log_streams

***********************************
get_relational_database_log_streams
***********************************



.. py:method:: Lightsail.Client.get_relational_database_log_streams(**kwargs)

  

  Returns a list of available log streams for a specific database in Amazon Lightsail.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRelationalDatabaseLogStreams>`_  


  **Request Syntax**
  ::

    response = client.get_relational_database_log_streams(
        relationalDatabaseName='string'
    )
    
  :type relationalDatabaseName: string
  :param relationalDatabaseName: **[REQUIRED]** 

    The name of your database for which to get log streams.

    

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

    
    ::

      {
          'logStreams': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **logStreams** *(list) --* 

        An object describing the result of your get relational database log streams request.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`Lightsail.Client.exceptions.ServiceException`

  
  *   :py:class:`Lightsail.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Lightsail.Client.exceptions.NotFoundException`

  
  *   :py:class:`Lightsail.Client.exceptions.OperationFailureException`

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

  
  *   :py:class:`Lightsail.Client.exceptions.AccountSetupInProgressException`

  
  *   :py:class:`Lightsail.Client.exceptions.RegionSetupInProgressException`

  
  *   :py:class:`Lightsail.Client.exceptions.UnauthenticatedException`

  