
create-cluster-snapshot
***********************


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

Creates a manual snapshot of the specified cluster. The cluster must
be in the "available" state.


SYNOPSIS
========

   aws redshift create-cluster-snapshot
     --cluster-identifier <value>
     --snapshot-identifier <value>


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

"--cluster-identifier"  (string)
   The cluster identifier for which you want a snapshot.

"--snapshot-identifier"  (string)
   A unique identifier for the snapshot that you are requesting. This
   identifier must be unique for all snapshots within the AWS account.

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


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

None
