View source: R/redshift_operations.R
redshift_authorize_snapshot_access | R Documentation |
Authorizes the specified Amazon Web Services account to restore the specified snapshot.
See https://www.paws-r-sdk.com/docs/redshift_authorize_snapshot_access/ for full documentation.
redshift_authorize_snapshot_access(
SnapshotIdentifier = NULL,
SnapshotArn = NULL,
SnapshotClusterIdentifier = NULL,
AccountWithRestoreAccess
)
SnapshotIdentifier |
The identifier of the snapshot the account is authorized to restore. |
SnapshotArn |
The Amazon Resource Name (ARN) of the snapshot to authorize access to. |
SnapshotClusterIdentifier |
The identifier of the cluster the snapshot was created from.
|
AccountWithRestoreAccess |
[required] The identifier of the Amazon Web Services account authorized to restore the specified snapshot. To share a snapshot with Amazon Web Services Support, specify amazon-redshift-support. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.