v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142826341.7 MB

Returns a list of DB log files for the DB instance.

This command doesn't apply to RDS Custom.

get/#Action=DescribeDBLogFiles

Query parameters

DBInstanceIdentifierstring required
<p>The customer-assigned name of the DB instance that contains the log files you want to list.</p> <p>Constraints:</p> <ul> <li> <p>Must match the identifier of an existing DBInstance.</p> </li> </ul>
FilenameContainsstring

Filters the available log files for log file names that contain the specified string.

FileLastWritteninteger

Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

FileSizeinteger

Filters the available log files for files larger than the specified size.

Namestring required

The name of the filter. Filter names are case-sensitive.

Valuesstring[] required

One or more filter values. Filter values are case-sensitive.

This parameter isn't currently supported.

MaxRecordsinteger

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Markerstring

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

Action'DescribeDBLogFiles' required
Version'2014-10-31' required

Response

Success