Class GetClusterSnapshot
Inheritance
System.Object
GetClusterSnapshot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Rds
Assembly: Pulumi.Aws.dll
Syntax
public static class GetClusterSnapshot
Methods
View SourceInvokeAsync(GetClusterSnapshotArgs, InvokeOptions)
Use this data source to get information about a DB Cluster Snapshot for use when provisioning DB clusters.
NOTE: This data source does not apply to snapshots created on DB Instances. See the
aws.rds.Snapshotdata source for DB Instance snapshots.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetClusterSnapshotResult> InvokeAsync(GetClusterSnapshotArgs args = null, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetClusterSnapshotArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetClusterSnapshotResult> |