
describe-db-log-files
*********************


DESCRIPTION
===========

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


SYNOPSIS
========

   aws rds describe-db-log-files
     [--file-last-written <value>]
     [--marker <value>]
     [--max-records <value>]
     [--file-size <value>]
     [--filename-contains <value>]
     [--db-instance-identifier <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--file-last-written"  (long)
   Filters the available log files for files written since the
   specified date.

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

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   records exist than the specified --max-records value, a pagination
   token called a marker is included in the response so that the
   remaining results can be retrieved.

"--file-size"  (long)
   Filters the available log files for files larger than the specified
   size.

"--filename-contains"  (string)
   Filters the available log files for log file names that contain the
   specified string.

"--db-instance-identifier"  (string)
   The customer-assigned name of the DB Instance that contains the log
   files you want to list.

   Constraints:

   * Must contain from 1 to 63 alphanumeric characters or hyphens

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens
