
download-db-log-file-portion
****************************


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

Downloads the last line of the specified log file.


SYNOPSIS
========

   aws rds download-db-log-file-portion
     [--marker <value>]
     [--number-of-lines <value>]
     [--log-file-name <value>]
     [--db-instance-identifier <value>]


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

None


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

"--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.

"--number-of-lines"  (integer)
   The number of lines remaining to be downloaded.

"--log-file-name"  (string)
   The name of the log file to be downloaded.

"--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
