AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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 ModifyCluster and specifying a different number or type of nodes for the cluster.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeResizeAsync.

Namespace: Amazon.Redshift
Assembly: AWSSDK.Redshift.dll
Version: 3.x.y.z

Syntax

C#
public virtual DescribeResizeResponse DescribeResize(
         DescribeResizeRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.DescribeResizeRequest

Container for the necessary parameters to execute the DescribeResize service method.

Return Value


The response from the DescribeResize service method, as returned by Redshift.

Exceptions

ExceptionCondition
ClusterNotFoundException The ClusterIdentifier parameter does not refer to an existing cluster.
ResizeNotFoundException A resize operation for the specified cluster is not found.
UnsupportedOperationException The requested operation isn't supported.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also