View source: R/redshift_operations.R
redshift_modify_cluster_snapshot | R Documentation |
Modifies the settings for a snapshot.
See https://www.paws-r-sdk.com/docs/redshift_modify_cluster_snapshot/ for full documentation.
redshift_modify_cluster_snapshot(
SnapshotIdentifier,
ManualSnapshotRetentionPeriod = NULL,
Force = NULL
)
SnapshotIdentifier |
[required] The identifier of the snapshot whose setting you want to modify. |
ManualSnapshotRetentionPeriod |
The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely. If the manual snapshot falls outside of the new retention period, you can specify the force option to immediately delete the snapshot. The value must be either -1 or an integer between 1 and 3,653. |
Force |
A Boolean option to override an exception if the retention period has already passed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.