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.
Container for the parameters to the CreateDBClusterSnapshot operation. Creates a snapshot of a DB cluster.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class CreateDBClusterSnapshotRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The CreateDBClusterSnapshotRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateDBClusterSnapshotRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier. The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive. Constraints:
Example: |
![]() |
DBClusterSnapshotIdentifier | System.String |
Gets and sets the property DBClusterSnapshotIdentifier. The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string. Constraints:
Example: |
![]() |
Tags | System.Collections.Generic.List<Amazon.Neptune.Model.Tag> |
Gets and sets the property Tags. The tags to be assigned to the DB cluster snapshot. |
This example creates a DB cluster snapshot.
var response = client.CreateDBClusterSnapshot(new CreateDBClusterSnapshotRequest { DBClusterIdentifier = "mydbcluster", DBClusterSnapshotIdentifier = "mydbclustersnapshot" }); DBClusterSnapshot dbClusterSnapshot = response.DBClusterSnapshot;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5