redshiftserverless_delete_namespace: Deletes a namespace from Amazon Redshift Serverless

View source: R/redshiftserverless_operations.R

redshiftserverless_delete_namespaceR Documentation

Deletes a namespace from Amazon Redshift Serverless

Description

Deletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.

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

Usage

redshiftserverless_delete_namespace(
  finalSnapshotName = NULL,
  finalSnapshotRetentionPeriod = NULL,
  namespaceName
)

Arguments

finalSnapshotName

The name of the snapshot to be created before the namespace is deleted.

finalSnapshotRetentionPeriod

How long to retain the final snapshot.

namespaceName

[required] The name of the namespace to delete.


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