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
Request Syntax
response = client.get_relational_database_log_streams(
relationalDatabaseName='string'
)
[REQUIRED]
The name of your database for which to get log streams.
{
'logStreams': [
'string',
]
}
Response Structure
An object describing the result of your get relational database log streams request.
Exceptions
Lightsail.Client.exceptions.ServiceException
Lightsail.Client.exceptions.InvalidInputException
Lightsail.Client.exceptions.NotFoundException
Lightsail.Client.exceptions.OperationFailureException
Lightsail.Client.exceptions.AccessDeniedException
Lightsail.Client.exceptions.AccountSetupInProgressException
Lightsail.Client.exceptions.UnauthenticatedException