AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the AuthorizeSnapshotAccess operation. Authorizes the specified AWS customer account to restore the specified snapshot.

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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Redshift.AmazonRedshiftRequest
      Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AuthorizeSnapshotAccessRequest : AmazonRedshiftRequest
         IRequestEvents

The AuthorizeSnapshotAccessRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccountWithRestoreAccess System.String Gets and sets the property AccountWithRestoreAccess.

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

Public Property SnapshotClusterIdentifier System.String Gets and sets the property 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.

Public Property SnapshotIdentifier System.String Gets and sets the property SnapshotIdentifier.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8