amazonka-redshift-0.1.3: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.AuthorizeSnapshotAccess

Contents

Description

Authorizes the specified AWS customer account to restore the specified snapshot.

For more information about working with snapshots, go to Amazon RedshiftSnapshots in the Amazon Redshift Cluster Management Guide.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_AuthorizeSnapshotAccess.html

Synopsis

Request

Request constructor

Request lenses

asaAccountWithRestoreAccess :: Lens' AuthorizeSnapshotAccess Text Source

The identifier of the AWS customer account authorized to restore the specified snapshot.

asaSnapshotClusterIdentifier :: Lens' AuthorizeSnapshotAccess (Maybe Text) Source

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.

asaSnapshotIdentifier :: Lens' AuthorizeSnapshotAccess Text Source

The identifier of the snapshot the account is authorized to restore.

Response

Response constructor

Response lenses