aws.lightsail.get_relational_database_log_streams
Example SQL Queries
SELECT * FROMaws.lightsail.get_relational_database_log_streamsWHERE"relational_database_name" = 'VALUE';Description
Returns a list of available log streams for a specific database in Amazon Lightsail.
Table Definition
| Column Name | Column Data Type |
|---|---|
| relational_database_name Required Input Column The name of your database for which to get log streams. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| log_streams An object describing the result of your get relational database log streams request. | VARCHAR[] |
Show child fields
| |