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 ModifyDBSnapshotAttribute operation. Adds an attribute and values to, or removes an attribute and values from a manual DB snapshot.

To share a manual DB snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of the AWS account ids that are authorized to retore the manual DB snapshot. Uses the value all to make the manual DB snapshot public and can by copied or restored by all AWS accounts. Do not add the all value for any manual DB snapshots that contain private information that you do not want to be available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API.

If the manual DB snapshot is encrypted, it cannot be shared.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.RDS.AmazonRDSRequest
      Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest

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

Syntax

C#
public class ModifyDBSnapshotAttributeRequest : AmazonRDSRequest
         IRequestEvents

The ModifyDBSnapshotAttributeRequest type exposes the following members

Constructors

Properties

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

The name of the DB snapshot attribute to modify.

To manage authorization for other AWS accounts to copy or restore a manual DB snapshot, this value is restore.

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

The identifier for the DB snapshot to modify the attributes for.

Public Property ValuesToAdd System.Collections.Generic.List<System.String> Gets and sets the property ValuesToAdd.

A list of DB snapshot attributes to add to the attribute specified by AttributeName.

To authorize other AWS Accounts to copy or restore a manual snapshot, this is one or more AWS account identifiers, or all to make the manual DB snapshot restorable by any AWS account. Do not add the all value for any manual DB snapshots that contain private information that you do not want to be available to all AWS accounts.

Public Property ValuesToRemove System.Collections.Generic.List<System.String> Gets and sets the property ValuesToRemove.

A list of DB snapshot attributes to remove from the attribute specified by AttributeName.

To remove authorization for other AWS Accounts to copy or restore a manual snapshot, this is one or more AWS account identifiers, or all to remove authorization for any AWS account to copy or restore the DB snapshot. If you specify all, AWS accounts that have their account identifier explicitly added to the restore attribute can still copy or restore the manual DB snapshot.

Version Information

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

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

.NET for Windows Phone:
Supported in: Windows Phone 8.1