View source: R/redshiftserverless_operations.R
redshiftserverless_convert_recovery_point_to_snapshot | R Documentation |
Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see Working with snapshots and recovery points.
See https://www.paws-r-sdk.com/docs/redshiftserverless_convert_recovery_point_to_snapshot/ for full documentation.
redshiftserverless_convert_recovery_point_to_snapshot(
recoveryPointId,
retentionPeriod = NULL,
snapshotName,
tags = NULL
)
recoveryPointId |
[required] The unique identifier of the recovery point. |
retentionPeriod |
How long to retain the snapshot. |
snapshotName |
[required] The name of the snapshot. |
tags |
An array of Tag objects to associate with the created snapshot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.