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
 
Returns one or more snapshot objects, which contain metadata about your cluster snapshots. By default, this operation returns information about all snapshots of all clusters that are owned by you AWS customer account. No information is returned for snapshots owned by inactive AWS customer accounts.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all snapshots that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all snapshots that have any combination of those values are returned. Only snapshots that you own are returned in the response; shared snapshots are not returned with the tag key and tag value request parameters.

If both tag keys and values are omitted from the request, snapshots are returned regardless of whether they have tag keys or values associated with them.

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

Syntax

C#
public virtual DescribeClusterSnapshotsResponse DescribeClusterSnapshots()
Return Value
Type: Amazon.Redshift.Model.DescribeClusterSnapshotsResponse
The response from the DescribeClusterSnapshots service method, as returned by Redshift.

Exceptions

ExceptionCondition
ClusterSnapshotNotFoundException The snapshot identifier does not refer to an existing cluster snapshot.
InvalidTagException The tag is invalid.

Version Information

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