redshift_describe_resize: Returns information about the last resize operation for the...

View source: R/redshift_operations.R

redshift_describe_resizeR Documentation

Returns information about the last resize operation for the specified cluster

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.

See https://www.paws-r-sdk.com/docs/redshift_describe_resize/ for full documentation.

Usage

redshift_describe_resize(ClusterIdentifier)

Arguments

ClusterIdentifier

[required] The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

By default, resize operations for all clusters defined for an Amazon Web Services account are returned.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.