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.
Contains the details for an Amazon Neptune DB cluster snapshot
This data type is used as a response element in the DescribeDBClusterSnapshots action.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class DBClusterSnapshot
The DBClusterSnapshot type exposes the following members
Name | Description | |
---|---|---|
![]() |
DBClusterSnapshot() |
Name | Type | Description | |
---|---|---|---|
![]() |
AllocatedStorage | System.Int32 |
Gets and sets the property AllocatedStorage. Specifies the allocated storage size in gibibytes (GiB). |
![]() |
AvailabilityZones | System.Collections.Generic.List<System.String> |
Gets and sets the property AvailabilityZones. Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in. |
![]() |
ClusterCreateTime | System.DateTime |
Gets and sets the property ClusterCreateTime. Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC). |
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier. Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from. |
![]() |
DBClusterSnapshotArn | System.String |
Gets and sets the property DBClusterSnapshotArn. The Amazon Resource Name (ARN) for the DB cluster snapshot. |
![]() |
DBClusterSnapshotIdentifier | System.String |
Gets and sets the property DBClusterSnapshotIdentifier. Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.
After you restore a DB cluster using a
However, if you don't specify the |
![]() |
Engine | System.String |
Gets and sets the property Engine. Specifies the name of the database engine. |
![]() |
EngineVersion | System.String |
Gets and sets the property EngineVersion. Provides the version of the database engine for this DB cluster snapshot. |
![]() |
IAMDatabaseAuthenticationEnabled | System.Boolean |
Gets and sets the property IAMDatabaseAuthenticationEnabled. True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. |
![]() |
KmsKeyId | System.String |
Gets and sets the property KmsKeyId.
If |
![]() |
LicenseModel | System.String |
Gets and sets the property LicenseModel. Provides the license model information for this DB cluster snapshot. |
![]() |
MasterUsername | System.String |
Gets and sets the property MasterUsername. Not supported by Neptune. |
![]() |
PercentProgress | System.Int32 |
Gets and sets the property PercentProgress. Specifies the percentage of the estimated data that has been transferred. |
![]() |
Port | System.Int32 |
Gets and sets the property Port. Specifies the port that the DB cluster was listening on at the time of the snapshot. |
![]() |
SnapshotCreateTime | System.DateTime |
Gets and sets the property SnapshotCreateTime. Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC). |
![]() |
SnapshotType | System.String |
Gets and sets the property SnapshotType. Provides the type of the DB cluster snapshot. |
![]() |
SourceDBClusterSnapshotArn | System.String |
Gets and sets the property SourceDBClusterSnapshotArn. If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value. |
![]() |
Status | System.String |
Gets and sets the property Status. Specifies the status of this DB cluster snapshot. |
![]() |
StorageEncrypted | System.Boolean |
Gets and sets the property StorageEncrypted. Specifies whether the DB cluster snapshot is encrypted. |
![]() |
StorageType | System.String |
Gets and sets the property StorageType. The storage type associated with the DB cluster snapshot. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. Provides the VPC ID associated with the DB cluster snapshot. |
.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