redshiftserverless_restore_from_snapshot: Restores a namespace from a snapshot

View source: R/redshiftserverless_operations.R

redshiftserverless_restore_from_snapshotR Documentation

Restores a namespace from a snapshot

Description

Restores a namespace from a snapshot.

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

Usage

redshiftserverless_restore_from_snapshot(
  namespaceName,
  ownerAccount = NULL,
  snapshotArn = NULL,
  snapshotName = NULL,
  workgroupName
)

Arguments

namespaceName

[required] The name of the namespace to restore the snapshot to.

ownerAccount

The Amazon Web Services account that owns the snapshot.

snapshotArn

The Amazon Resource Name (ARN) of the snapshot to restore from. Required if restoring from Amazon Redshift Serverless to a provisioned cluster. Must not be specified at the same time as snapshotName.

The format of the ARN is arn:aws:redshift:\<region\>:\<account_id\>:snapshot:\<cluster_identifier\>/\<snapshot_identifier\>.

snapshotName

The name of the snapshot to restore from. Must not be specified at the same time as snapshotArn.

workgroupName

[required] The name of the workgroup used to restore the snapshot.


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