Show / Hide Table of Contents

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 Source

InvokeAsync(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.Snapshot data 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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.