Skip to main content

relational_database_log_streams

Creates, updates, deletes, gets or lists a relational_database_log_streams resource.

Overview

Namerelational_database_log_streams
TypeResource
Idaws.lightsail.relational_database_log_streams

Fields

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_relational_database_log_streamsselectregionReturns a list of available log streams for a specific database in Amazon Lightsail.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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

SELECT
log_stream
FROM aws.lightsail.relational_database_log_streams
WHERE region = '{{ region }}' -- required
;