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.
redshiftserverless_create_snapshot(
namespaceName,
retentionPeriod = NULL,
snapshotName,
tags = NULL
)
[required] The namespace to create a snapshot for.
How long to retain the created snapshot.
[required] The name of the snapshot.
An array of Tag objects to associate with the snapshot.