Authorizes the specified AWS customer account to restore the specified snapshot.
redshift_authorize_snapshot_access(SnapshotIdentifier,
SnapshotClusterIdentifier, AccountWithRestoreAccess)
[required] The identifier of the snapshot the account is authorized to restore.
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.
[required] The identifier of the AWS customer account authorized to restore the specified snapshot.
To share a snapshot with AWS support, specify amazon-redshift-support.
svc$authorize_snapshot_access( SnapshotIdentifier = "string", SnapshotClusterIdentifier = "string", AccountWithRestoreAccess = "string" )
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.