AWSRedshiftClusterRestoreStatus
No description
type AWSRedshiftClusterRestoreStatus {
currentRestoreRateInMegaBytesPerSecond: Float64!
elapsedTimeInSeconds: Int64!
estimatedTimeToCompletionInSeconds: Int64!
progressInMegaBytes: Int64!
snapshotSizeInMegaBytes: Int64!
status: AWSRedshiftClusterRestoreStatusType!
}
Fields
AWSRedshiftClusterRestoreStatus.currentRestoreRateInMegaBytesPerSecond
● Float64!
non-null scalar
The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup. This field is only updated when you restore to DC2 and DS2 node types.
AWSRedshiftClusterRestoreStatus.elapsedTimeInSeconds
● Int64!
non-null scalar
The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish. This field is only updated when you restore to DC2 and DS2 node types.
AWSRedshiftClusterRestoreStatus.estimatedTimeToCompletionInSeconds
● Int64!
non-null scalar
The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore. This field is only updated when you restore to DC2 and DS2 node types.
AWSRedshiftClusterRestoreStatus.progressInMegaBytes
● Int64!
non-null scalar
The number of megabytes that have been transferred from snapshot storage. This field is only updated when you restore to DC2 and DS2 node types.
AWSRedshiftClusterRestoreStatus.snapshotSizeInMegaBytes
● Int64!
non-null scalar
The size of the set of snapshot data used to restore the cluster
AWSRedshiftClusterRestoreStatus.status
● AWSRedshiftClusterRestoreStatusType!
non-null enum
The status of the restore action.
Member of
AWSRedshiftCluster
object