Copy Cluster Snapshot
GET {{aws_redshift_base_url}}/?SourceSnapshotIdentifier&TargetSnapshotIdentifier&ManualSnapshotRetentionPeriod&SourceSnapshotClusterIdentifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
SourceSnapshotIdentifier | null | The identifier for the source snapshot. | |
TargetSnapshotIdentifier | null | The identifier given to the new manual snapshot. | |
ManualSnapshotRetentionPeriod | null | The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely. | |
SourceSnapshotClusterIdentifier | null | The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. |