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 3.5
 
Container for the parameters to the RevokeSnapshotAccess operation. Removes the ability of the specified AWS customer account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion.

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.RevokeSnapshotAccessRequest

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

Syntax

C#
public class RevokeSnapshotAccessRequest : AmazonRedshiftRequest
         IRequestEvents

The RevokeSnapshotAccessRequest 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 that can no longer 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 that the account can no longer access.

Version Information

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

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