redshift_modify_cluster_snapshot: Modifies the settings for a snapshot

View source: R/redshift_operations.R

redshift_modify_cluster_snapshotR Documentation

Modifies the settings for a snapshot

Description

Modifies the settings for a snapshot.

See https://www.paws-r-sdk.com/docs/redshift_modify_cluster_snapshot/ for full documentation.

Usage

redshift_modify_cluster_snapshot(
  SnapshotIdentifier,
  ManualSnapshotRetentionPeriod = NULL,
  Force = NULL
)

Arguments

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.