aws.lightsail.get_relational_database_events
Example SQL Queries
SELECT * FROMaws.lightsail.get_relational_database_eventsWHERE"relational_database_name" = 'VALUE';Description
Returns a list of events for a specific database in Amazon Lightsail.
Table Definition
| Column Name | Column Data Type |
|---|---|
| relational_database_name Required Input Column The name of the database from which to get events. | VARCHAR |
| duration_in_minutes Input Column The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120. Default: 60 The minimum is 1 and the maximum is 14 days (20160 minutes). | BIGINT |
| _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 |
| created_at The timestamp when the database event was created. | TIMESTAMP_S |
| event_categories The category that the database event belongs to. | VARCHAR[] |
Show child fields
| |
| message The message of the database event. | VARCHAR |
| resource The database that the database event relates to. | VARCHAR |