Cancel Resize
redshift_cancel_resize | R Documentation |
Cancels a resize operation for a cluster¶
Description¶
Cancels a resize operation for a cluster.
Usage¶
Arguments¶
ClusterIdentifier
[required] The unique identifier for the cluster that you want to cancel a resize operation for.
Value¶
A list with the following syntax:
list(
TargetNodeType = "string",
TargetNumberOfNodes = 123,
TargetClusterType = "string",
Status = "string",
ImportTablesCompleted = list(
"string"
),
ImportTablesInProgress = list(
"string"
),
ImportTablesNotStarted = list(
"string"
),
AvgResizeRateInMegaBytesPerSecond = 123.0,
TotalResizeDataInMegaBytes = 123,
ProgressInMegaBytes = 123,
ElapsedTimeInSeconds = 123,
EstimatedTimeToCompletionInSeconds = 123,
ResizeType = "string",
Message = "string",
TargetEncryptionType = "string",
DataTransferProgressPercent = 123.0
)