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
 
Instantiates RestoreDBInstanceFromDBSnapshotRequest with the parameterized properties

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

Syntax

C#
public RestoreDBInstanceFromDBSnapshotRequest(
         String dbInstanceIdentifier,
         String dbSnapshotIdentifier
)

Parameters

dbInstanceIdentifier
Type: System.String

Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive. Constraints: Must contain from 1 to 63 alphanumeric characters or hyphens (1 to 15 for SQL Server)First character must be a letterCannot end with a hyphen or contain two consecutive hyphens Example: my-snapshot-id

dbSnapshotIdentifier
Type: System.String

The identifier for the DB snapshot to restore from. Constraints: Must contain from 1 to 255 alphanumeric characters or hyphensFirst character must be a letterCannot end with a hyphen or contain two consecutive hyphens If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared 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