redshiftserverless_create_snapshot: Creates a snapshot of all databases in a namespace

View source: R/redshiftserverless_operations.R

redshiftserverless_create_snapshotR Documentation

Creates a snapshot of all databases in a namespace

Description

Creates a snapshot of all databases in a namespace. For more information about snapshots, see Working with snapshots and recovery points.

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

Usage

redshiftserverless_create_snapshot(
  namespaceName,
  retentionPeriod = NULL,
  snapshotName,
  tags = NULL
)

Arguments

namespaceName

[required] The namespace to create a snapshot for.

retentionPeriod

How long to retain the created snapshot.

snapshotName

[required] The name of the snapshot.

tags

An array of Tag objects to associate with the snapshot.


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