Update Snapshot Copy Configuration
redshiftserverless_update_snapshot_copy_configuration | R Documentation |
Updates a snapshot copy configuration¶
Description¶
Updates a snapshot copy configuration.
Usage¶
redshiftserverless_update_snapshot_copy_configuration(
snapshotCopyConfigurationId, snapshotRetentionPeriod)
Arguments¶
snapshotCopyConfigurationId |
[required] The ID of the snapshot copy configuration to update. |
snapshotRetentionPeriod |
The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region. |
Value¶
A list with the following syntax:
list(
snapshotCopyConfiguration = list(
destinationKmsKeyId = "string",
destinationRegion = "string",
namespaceName = "string",
snapshotCopyConfigurationArn = "string",
snapshotCopyConfigurationId = "string",
snapshotRetentionPeriod = 123
)
)
Request syntax¶
svc$update_snapshot_copy_configuration(
snapshotCopyConfigurationId = "string",
snapshotRetentionPeriod = 123
)