
copy-db-snapshot
****************


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

Copies the specified DBSnapshot. The source DBSnapshot must be in the
"available" state.


SYNOPSIS
========

   aws rds copy-db-snapshot
     --source-db-snapshot-identifier <value>
     --target-db-snapshot-identifier <value>


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

"--source-db-snapshot-identifier"  (string)
   The identifier for the source DB snapshot.

   Constraints:

   * Must be the identifier for a valid system snapshot in the
     "available" state.

   Example: "rds:mydb-2012-04-02-00-01"

"--target-db-snapshot-identifier"  (string)
   The identifier for the copied snapshot.

   Constraints:

   * Cannot be null, empty, or blank

   * Must contain from 1 to 255 alphanumeric characters or hyphens

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens

   Example: "my-db-snapshot"


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

None
