Delete Snapshot Copy Grant
redshift_delete_snapshot_copy_grant | R Documentation |
Deletes the specified snapshot copy grant¶
Description¶
Deletes the specified snapshot copy grant.
Usage¶
redshift_delete_snapshot_copy_grant(SnapshotCopyGrantName)
Arguments¶
SnapshotCopyGrantName |
[required] The name of the snapshot copy grant to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_snapshot_copy_grant(
SnapshotCopyGrantName = "string"
)