redshift_revoke_snapshot_access: Removes the ability of the specified Amazon Web Services...

View source: R/redshift_operations.R

redshift_revoke_snapshot_accessR Documentation

Removes the ability of the specified Amazon Web Services account to restore the specified snapshot

Description

Removes the ability of the specified Amazon Web Services account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion.

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

Usage

redshift_revoke_snapshot_access(
  SnapshotIdentifier = NULL,
  SnapshotArn = NULL,
  SnapshotClusterIdentifier = NULL,
  AccountWithRestoreAccess
)

Arguments

SnapshotIdentifier

The identifier of the snapshot that the account can no longer access.

SnapshotArn

The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.

SnapshotClusterIdentifier

The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

AccountWithRestoreAccess

[required] The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.


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