aws.rds.describe_db_log_files
Example SQL Queries
SELECT * FROMaws.rds.describe_db_log_filesWHERE"db_instance_identifier" = 'VALUE';Description
Returns a list of DB log files for the DB instance.
This command doesn't apply to RDS Custom.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_instance_identifier Required Input Column The customer-assigned name of the DB instance that contains the log files you want to list. Constraints:
| VARCHAR |
| file_last_written Input Column Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds. | BIGINT |
| file_size Input Column Filters the available log files for files larger than the specified size. | BIGINT |
| filename_contains Input Column Filters the available log files for log file names that contain the specified string. | VARCHAR |
| filters Input Column This parameter isn't currently supported. | STRUCT( |
Show child fields
| |
| _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 |
| last_written A POSIX timestamp when the last log entry was written. | BIGINT |
| log_file_name The name of the log file for the specified DB instance. | VARCHAR |
| size The size, in bytes, of the log file for the specified DB instance. | BIGINT |