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 DescribeDBClusterSnapshots operation. Returns information about DB cluster snapshots. This API action supports pagination.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class DescribeDBClusterSnapshotsRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The DescribeDBClusterSnapshotsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeDBClusterSnapshotsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier.
The ID of the DB cluster to retrieve the list of DB cluster snapshots for. This parameter
can't be used in conjunction with the Constraints:
|
![]() |
DBClusterSnapshotIdentifier | System.String |
Gets and sets the property DBClusterSnapshotIdentifier.
A specific DB cluster snapshot identifier to describe. This parameter can't be used
in conjunction with the Constraints:
|
![]() |
Filters | System.Collections.Generic.List<Amazon.Neptune.Model.Filter> |
Gets and sets the property Filters. This parameter is not currently supported. |
![]() |
IncludePublic | System.Boolean |
Gets and sets the property IncludePublic.
True to include manual DB cluster snapshots that are public and can be copied or restored
by any Amazon account, and otherwise false. The default is You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action. |
![]() |
IncludeShared | System.Boolean |
Gets and sets the property IncludeShared.
True to include shared manual DB cluster snapshots from other Amazon accounts that
this Amazon account has been given permission to copy or restore, and otherwise false.
The default is You can give an Amazon account permission to restore a manual DB cluster snapshot from another Amazon account by the ModifyDBClusterSnapshotAttribute API action. |
![]() |
Marker | System.String |
Gets and sets the property Marker.
An optional pagination token provided by a previous |
![]() |
MaxRecords | System.Int32 |
Gets and sets the property MaxRecords.
The maximum number of records to include in the response. If more records exist than
the specified Default: 100 Constraints: Minimum 20, maximum 100. |
![]() |
SnapshotType | System.String |
Gets and sets the property SnapshotType. The type of DB cluster snapshots to be returned. You can specify one of the following values:
If you don't specify a
The |
This example lists settings for the specified, manually-created cluster snapshot.
var response = client.DescribeDBClusterSnapshots(new DescribeDBClusterSnapshotsRequest { DBClusterSnapshotIdentifier = "mydbclustersnapshot", SnapshotType = "manual" });
.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