
describe-resize
***************


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

Returns information about the last resize operation for the specified
cluster. If no resize operation has ever been initiated for the
specified cluster, a "HTTP 404" error is returned. If a resize
operation was initiated and completed, the status of the resize
remains as "SUCCEEDED" until the next resize.

A resize operation can be requested using  modify-cluster and
specifying a different number or type of nodes for the cluster.


SYNOPSIS
========

   aws redshift describe-resize
     --cluster-identifier <value>


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

"--cluster-identifier"  (string)
   The unique identifier of a cluster whose resize progress you are
   requesting. This parameter isn't case-sensitive.

   By default, resize operations for all clusters defined for an AWS
   account are returned.


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

None
